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

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