ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.SectionReportModel Namespace / ChartControl Class / ChartAreas Property

In This Topic
    ChartAreas Property (ChartControl)
    In This Topic
    A collection of ChartArea objects drawn in the chart control.
    Syntax
    'Declaration
     
    Public ReadOnly Property ChartAreas As ChartAreasCollection
    public ChartAreasCollection ChartAreas {get;}

    Property Value

    The chart areas.
    Remarks
    By default, one ChartArea is included in the ChartAreas collection.
    See Also