Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / XYZPointSeries Class / XValues Property
Example


In This Topic
    XValues Property (XYZPointSeries)
    In This Topic
    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;}
    Example
    This example sets the XValues property.
    See Also