ComponentOne Chart for .NET (2.0) Search HelpCentral 

ValueLabelsCollection.Item Property

Overload List

Gets the specified value label with the matching DateTime value.

[Visual Basic] Overloads Public Default ReadOnly Property Item(Date) As ValueLabel

[C#] public ValueLabel this[DateTime]{get;}

[Delphi] public property Item[dval: DateTime]: ValueLabel read get_Item;

Gets the specified label from the collection with the matching numeric value.

[Visual Basic] Overloads Public Default ReadOnly Property Item(Double) As ValueLabel

[C#] public ValueLabel this[double]{get;}

[Delphi] public property Item[dval: Double]: ValueLabel read get_Item;

Gets the specified label from the collection by numeric index.

[Visual Basic] Overloads Public Default ReadOnly Property Item(Integer) As ValueLabel

[C#] public ValueLabel this[int]{get;}

[Delphi] public property Item[index: Int32]: ValueLabel read get_Item;

Gets the specified value label with the matching text.

[Visual Basic] Overloads Public Default ReadOnly Property Item(String) As ValueLabel

[C#] public ValueLabel this[string]{get;}

[Delphi] public property Item[text: String]: ValueLabel read get_Item;

See Also

ValueLabelsCollection Class | ValueLabelsCollection Members | C1.Win.C1Chart Namespace


Send comments about this topic to ComponentOne.
Copyright © ComponentOne LLC. All rights reserved.