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