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


In This Topic
    XValues Property (XYLineSeries)
    In This Topic
    Gets the collection of x values for the series.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property XValues As DoubleCollection
    'Usage
     
    
    Dim instance As XYLineSeries
    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