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


index

The index of the axis.

Gets or sets the axis at the specified index.

Syntax

Visual Basic (Declaration) 
Overloads Public Property Item( _
   ByVal index As Integer _
) As AxisBase
Visual Basic (Usage)Copy Code
Dim instance As AxesCollection
Dim index As Integer
Dim value As AxisBase
 
instance.Item(index) = value
 
value = instance.Item(index)
C# 
public AxisBase Item( 
   int index
) {get; set;}

Parameters

index

The index of the axis.

See Also