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

axisName
The name of the axis.

Glossary Item Box

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

Syntax

Visual Basic (Declaration) 
Public Overloads ReadOnly Property Item( _
   ByVal axisName As System.String _
) As AxisBase
C# 
public AxisBase Item( 
   System.string axisName
) {get;}

Parameters

axisName
The name of the axis.

See Also