ComponentOne Chart for .NET (2.0) Search HelpCentral 

ValueLabelsCollection.Item Property (DateTime)

Gets the specified value label with the matching DateTime value.

[Visual Basic]

Public Default ReadOnly Property Item( _

ByVal dval As Date _

) As ValueLabel

[C#]

public ValueLabel this[

DateTime dval

] {get;}

[Delphi]

public property Item[

dval: DateTime

]: ValueLabel read get_Item;

See Also

ValueLabelsCollection Class | ValueLabelsCollection Members | C1.Win.C1Chart Namespace | ValueLabelsCollection.Item Overload List


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