Gets a Chart3DDataLabel by its text value.

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

Syntax

C#
public Chart3DDataLabel this[
	string text
] { get; }
Visual Basic
Public ReadOnly Default Property Item ( _
	text As String _
) As Chart3DDataLabel
	Get

Parameters

text
Type: System..::..String

See Also