FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart Namespace / Chart2DGroup Class / ChartData Property

In This Topic
    ChartData Property (Chart2DGroup)
    In This Topic
    Gets the Chart2DData object containing the numerical series to be charted and display information for each series.
    Syntax
    'Declaration
     
    Public ReadOnly Property ChartData As Chart2DData
    public Chart2DData ChartData {get;}
    See Also