2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.8 Assembly / C1.Win.C1Chart Namespace / ChartDataSeries Class / X Property

In This Topic
    X Property (ChartDataSeries)
    In This Topic
    Gets the ChartDataArray object that manages X data.
    Syntax
    'Declaration
     
    Public ReadOnly Property X As ChartDataArray
    public ChartDataArray X {get;}
    Remarks
    The X property allows manipulation of the series X data alone. The X data managed by the ChartDataArray returned by the X property is the same data managed in the PointData and SeriesData properties.
    See Also