ActiveReports Developer 7
Item(String) Property
See Also 
GrapeCity.ActiveReports.Chart.v7 Assembly > GrapeCity.ActiveReports.Chart Namespace > ChartAreasCollection Class > Item Property : Item(String) Property

chartAreaName
The name of the ChartArea.

Glossary Item Box

Gets the index of the chart area with the specified name in the collection.

Syntax

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.

See Also