Gets the ChartDataArray object that manages Y2 data.
[Visual Basic]
Public ReadOnly Property Y2 As ChartDataArray
[C#]
public ChartDataArray Y2 {get;}
[Delphi]
public property Y2: ChartDataArray read get_Y2;
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
ChartDataSeries Class | ChartDataSeries Members | C1.Win.C1Chart Namespace
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |