Gets the specified Axis from the collection by numeric index.

Namespace:  C1.Win.C1Chart3D
Assembly:  C1.Win.C1Chart3D.2 (in C1.Win.C1Chart3D.2.dll)

Syntax

C#
public Chart3DAxis this[
	int index
] { get; }
Visual Basic
Public ReadOnly Default Property Item ( _
	index As Integer _
) As Chart3DAxis
	Get

Parameters

index
Type: System..::..Int32

See Also