Gets or sets the specified label from the collection by numerical index.

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

Syntax

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

Parameters

index
Type: System..::..Int32

See Also