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


FarPoint.Web.Chart Assembly > FarPoint.Web.Chart Namespace > XYPointSeries Class : XValues Property
Gets the collection of x values for the series.
Syntax
'Declaration
 
Public ReadOnly Property XValues As DoubleCollection
'Usage
 
Dim instance As XYPointSeries
Dim value As DoubleCollection
 
value = instance.XValues
public DoubleCollection XValues {get;}
Remarks
If no x values are supplied then the indices of the data points will be used for the x values.
See Also

Reference

XYPointSeries Class
XYPointSeries Members