[]
        
(Showing Draft Content)

C1.Win.FlexReport.Chart.ChartUnboundDataSeries.Y2

Y2 Property

Y2

Gets or sets the array that manages Y2 data.

Declaration
[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()
Remarks

Y2 data is used for Hi-Lo-Open-Close and Candle charts.