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


axisName
The name of the axis.
Gets the index of the axis with the specified name in the collection.

Syntax

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

Parameters

axisName
The name of the axis.

See Also