[]
Represents a set of SeriesDataField objects.
public class SeriesDataFieldCollection : IEnumerable<SeriesDataField>, IEnumerable
Public Class SeriesDataFieldCollection
Implements IEnumerable(Of SeriesDataField), IEnumerable
| Name | Description |
|---|---|
| SeriesDataFieldCollection() | Initializes a new instance of the SeriesDataFieldCollection class. |
| 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. |