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

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