Spread for ASP.NET 12 Product Documentation
XValues Property (XYZPointSeries)


FarPoint.Web.Chart Assembly > FarPoint.Web.Chart Namespace > XYZPointSeries Class : XValues Property
Gets the collection of x values for the series.
Syntax
'Declaration
 
Public ReadOnly Property XValues As DoubleCollection
'Usage
 
Dim instance As XYZPointSeries
Dim value As DoubleCollection
 
value = instance.XValues
public DoubleCollection XValues {get;}
See Also

Reference

XYZPointSeries Class
XYZPointSeries Members