Gets the specified value label with the matching text.

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

Syntax

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

Parameters

text
Type: System..::..String

See Also