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

In This Topic
    Y Property (ChartUnboundDataSeries)
    In This Topic
    Gets or sets the array that manages Y data.
    Syntax
    'Declaration
     
    Public Property Y As Double()
    public double[] Y {get; set;}
    See Also