ComponentOne Chart for .NET (2.0) Search HelpCentral 

ValueLabelsCollection.Item Property (Double)

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

[Visual Basic]

Public Default ReadOnly Property Item( _

ByVal dval As Double _

) As ValueLabel

[C#]

public ValueLabel this[

double dval

] {get;}

[Delphi]

public property Item[

dval: Double

]: 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.