Gets the specified Chart3DContourLevel by numeric index.

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

Syntax

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

Parameters

i
Type: System..::..Int32

See Also