Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / XYPointSeries Class / XValues Property


In This Topic
    XValues Property (XYPointSeries)
    In This Topic
    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