[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Chart.SeriesDataFieldCollection

SeriesDataFieldCollection Class

Represents a set of SeriesDataField objects.

Inheritance
SeriesDataFieldCollection
Namespace: FarPoint.Web.Spread.Chart
Assembly: FarPoint.Web.Spread.dll
Syntax
public class SeriesDataFieldCollection : IEnumerable<SeriesDataField>, IEnumerable
Public Class SeriesDataFieldCollection
    Implements IEnumerable(Of SeriesDataField), IEnumerable

Constructors

Name Description
SeriesDataFieldCollection()

Initializes a new instance of the SeriesDataFieldCollection class.

Properties

Name Description
Count

Gets the count.

this[int]

Gets the SeriesDataField at the specified index.

this[string]

Gets the SeriesDataField with the specified field name.