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

In This Topic
    Y2 Property
    In This Topic
    Gets the ChartDataArray object that manages Y2 data.
    Syntax
    'Declaration
     
    Public ReadOnly Property Y2 As ChartDataArray
    public ChartDataArray Y2 {get;}
    Remarks

    Y2 data is used for Hi-Lo-Open-Close and Candle charts.

    The Y2 data managed by the ChartDataArray returned by the Y2 property is the same data managed by the SeriesData property.

    See Also