ActiveReports 13
ChartAreas Property

GrapeCity.ActiveReports Assembly > GrapeCity.ActiveReports.SectionReportModel Namespace > ChartControl Class : ChartAreas Property
A collection of ChartArea objects drawn in the chart control.
Syntax
'Declaration
 
Public ReadOnly Property ChartAreas As GrapeCity.ActiveReports.Chart.ChartAreasCollection
public GrapeCity.ActiveReports.Chart.ChartAreasCollection ChartAreas {get;}

Property Value

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

Reference

ChartControl Class
ChartControl Members