[]
        
(Showing Draft Content)

C1.Win.C1Chart.ValueLabelsCollection.Item

this Property

this[int]

Gets the specified label from the collection by numeric index.

Declaration
public ValueLabel this[int index] { get; }
Parameters
Type Name Description
int index

this[double]

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

Declaration
public ValueLabel this[double dval] { get; }
Parameters
Type Name Description
double dval

this[DateTime]

Gets the specified value label with the matching DateTime value.

Declaration
public ValueLabel this[DateTime dval] { get; }
Parameters
Type Name Description
DateTime dval

this[string]

Gets the specified value label with the matching text.

Declaration
public ValueLabel this[string text] { get; }
Parameters
Type Name Description
string text