[]
        
(Showing Draft Content)

C1.Win.FlexReport.Chart.ChartUnboundDataSeries.Y3

Y3 Property

Y3

Gets or sets the array that manages Y3 data.

Declaration
[C1Category("Data")]
[C1Description("ChartUnboundDataSeries.Y3", "The array that manages Y3 data.")]
public double[] Y3 { get; set; }
<C1Category("Data")>
<C1Description("ChartUnboundDataSeries.Y3", "The array that manages Y3 data.")>
Public Property Y3 As Double()
Remarks

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