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

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