[]
        
(Showing Draft Content)

C1.Win.FlexReport.Chart.ChartUnboundDataSeriesCollection

ChartUnboundDataSeriesCollection Class

Represents the collection of unbound chart data series definitions.

Inheritance
ChartUnboundDataSeriesCollection
Namespace: C1.Win.FlexReport.Chart
Assembly: C1.Win.FlexReport.8.dll
Syntax
public class ChartUnboundDataSeriesCollection : ChartObjectCollection<ChartUnboundDataSeries>, ICollection<ChartUnboundDataSeries>, IEnumerable<ChartUnboundDataSeries>, IList, ICollection, IEnumerable, IC1SerializableCollection

Methods

Name Description
Add(ChartUnboundDataSeries)

Adds an existing data series into the collection.

AddNewSeries()

Adds a new data series into the collection.

Clear()

Removes all items from the collection.

Remove(ChartUnboundDataSeries)

Removes an existing data series from the collection.

RemoveAt(int)

Removes the data series at the specific index.