Class SeriesCollection
Represents a collection of MSChartSeries objects.
Inherited Members
Namespace: FastReport.MSChart
Assembly: FastReport.dll
Syntax
public class SeriesCollection : FRCollectionBase, IList, ICollection, IEnumerable
Properties
Item[Int32]
Gets the element at the specified index.
Declaration
public MSChartSeries this[int index] { get; }
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index | Index of an element. |
Property Value
Type | Description |
---|---|
MSChartSeries | The element at the specified index. |
Methods
FinishData()
Finishes the series data.
Declaration
public void FinishData()
ProcessData()
Processes the current data row.
Declaration
public void ProcessData()
ResetData()
Resets series data.
Declaration
public void ResetData()