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