[]
Gets the specified label from the collection by numeric index.
public ValueLabel this[int index] { get; }
Type | Name | Description |
---|---|---|
int | index |
Gets the specified label from the collection with the matching numeric value.
public ValueLabel this[double dval] { get; }
Type | Name | Description |
---|---|---|
double | dval |
Gets the specified value label with the matching DateTime value.
public ValueLabel this[DateTime dval] { get; }
Type | Name | Description |
---|---|---|
DateTime | dval |
Gets the specified value label with the matching text.
public ValueLabel this[string text] { get; }
Type | Name | Description |
---|---|---|
string | text |