ActiveReports Developer 7
ChartAreas Property
See Also 
GrapeCity.ActiveReports.Chart.v7 Assembly > GrapeCity.ActiveReports.Chart Namespace > SharpGraph Class : ChartAreas Property

Glossary Item Box

Gets the ChartAreasCollection for the Chart control.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property ChartAreas As ChartAreasCollection
C# 
public ChartAreasCollection ChartAreas {get;}

See Also