FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart Namespace / ChartUnboundDataSeries Class / Y3 Property

In This Topic
    Y3 Property (ChartUnboundDataSeries)
    In This Topic
    Gets or sets the array that manages Y3 data.
    Syntax
    'Declaration
     
    Public Property Y3 As Double()
    public double[] Y3 {get; set;}
    Remarks
    Y3 data is used for Hi-Lo-Open-Close and Candle charts.
    See Also