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

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

    Y1 data is used for Hi-Lo, Hi-Lo-Open-Close, Candle and Bubble charts.

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

    See Also