Gets the ChartDataArray object that manages Y1 data.
Namespace:
C1.Win.C1ChartAssembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Syntax
| C# |
|---|
[RefreshPropertiesAttribute(RefreshProperties.All)] public ChartDataArray Y1 { get; } |
| Visual Basic |
|---|
<RefreshPropertiesAttribute(RefreshProperties.All)> _ Public ReadOnly Property Y1 As ChartDataArray 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.