[]
Represents the collection of unbound chart data series definitions.
public class ChartUnboundDataSeriesCollection : ChartObjectCollection<ChartUnboundDataSeries>, ICollection<ChartUnboundDataSeries>, IEnumerable<ChartUnboundDataSeries>, IList, ICollection, IEnumerable, IC1SerializableCollection
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. |