Gets the specified label from the collection by name.

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

Syntax

C#
[RefreshPropertiesAttribute(RefreshProperties.Repaint)]
public Label this[
	string name
] { get; }
Visual Basic
<RefreshPropertiesAttribute(RefreshProperties.Repaint)> _
Public ReadOnly Default Property Item ( _
	name As String _
) As Label
	Get

Parameters

name
Type: System..::..String

See Also