[]
Gets or sets the array that manages Y2 data.
[C1Category("Data")]
[C1Description("ChartUnboundDataSeries.Y2", "The array that manages Y2 data.")]
public double[] Y2 { get; set; }
<C1Category("Data")>
<C1Description("ChartUnboundDataSeries.Y2", "The array that manages Y2 data.")>
Public Property Y2 As Double()
Y2 data is used for Hi-Lo-Open-Close and Candle charts.