[]
Gets the SeriesDataField at the specified index.
public SeriesDataField this[int index] { get; }
Public ReadOnly Default Property Item(index As Integer) As SeriesDataField
| Type | Name | Description |
|---|---|---|
| int | index |
Gets the SeriesDataField with the specified field name.
public SeriesDataField this[string fieldName] { get; }
Public ReadOnly Default Property Item(fieldName As String) As SeriesDataField
| Type | Name | Description |
|---|---|---|
| string | fieldName |