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

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