Spread Windows Forms 17
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / PolarPointSeries Class / XValues Property


In This Topic
    XValues Property (PolarPointSeries)
    In This Topic
    Gets the collection of x values for the series.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property XValues As DoubleCollection
    'Usage
     
    
    Dim instance As PolarPointSeries
    Dim value As DoubleCollection
     
    value = instance.XValues
    public DoubleCollection XValues {get;}
    See Also