ActiveReports 12
Item(String) Property

GrapeCity.ActiveReports.Chart.v12 Assembly > GrapeCity.ActiveReports.Chart Namespace > ChartAreasCollection Class > Item Property : Item(String) Property
The name of the ChartArea.
Gets the index of the chart area with the specified name in the collection.
Syntax
'Declaration
 
Public Overloads ReadOnly Property Item( _
   ByVal chartAreaName As String _
) As ChartArea
public ChartArea Item( 
   string chartAreaName
) {get;}

Parameters

chartAreaName
The name of the ChartArea.

Property Value

ChartArea.
See Also

Reference

ChartAreasCollection Class
ChartAreasCollection Members
Overload List