ActiveReports.Chart Request technical support
Item(String) Property
See Also 


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

Syntax

Visual Basic (Declaration) 
Overloads Public ReadOnly Property Item( _
   ByVal chartAreaName As String _
) As ChartArea
Visual Basic (Usage)Copy Code
Dim instance As ChartAreasCollection
Dim chartAreaName As String
Dim value As ChartArea
 
value = instance.Item(chartAreaName)
C# 
public ChartArea Item( 
   string chartAreaName
) {get;}

Parameters

chartAreaName
The name of the ChartArea.

See Also