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

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