Visual Basic (Declaration) | |
---|---|
Public Overloads ReadOnly Property Item( _ ByVal chartAreaName As System.String _ ) As ChartArea |
C# | |
---|---|
public ChartArea Item( System.string chartAreaName ) {get;} |
Parameters
- chartAreaName
- The name of the ChartArea.
ActiveReports Developer 7 | |
Item(String) Property | |
See Also |
GrapeCity.ActiveReports.Chart.v7 Assembly > GrapeCity.ActiveReports.Chart Namespace > ChartAreasCollection Class > Item Property : Item(String) Property |
Glossary Item Box
Visual Basic (Declaration) | |
---|---|
Public Overloads ReadOnly Property Item( _ ByVal chartAreaName As System.String _ ) As ChartArea |
C# | |
---|---|
public ChartArea Item( System.string chartAreaName ) {get;} |