[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Chart.SeriesDataFieldCollection.Item

this Property

this[int]

Gets the SeriesDataField at the specified index.

Declaration
public SeriesDataField this[int index] { get; }
Public ReadOnly Default Property Item(index As Integer) As SeriesDataField
Parameters
Type Name Description
int index

this[string]

Gets the SeriesDataField with the specified field name.

Declaration
public SeriesDataField this[string fieldName] { get; }
Public ReadOnly Default Property Item(fieldName As String) As SeriesDataField
Parameters
Type Name Description
string fieldName