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

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