IChartSeriesCollection

IChartSeriesCollection interface

表示IChartSeries

public interface IChartSeriesCollection : IGenericCollection<IChartSeries>

特性

姓名描述
Item { get; }获取指定索引处的元素。

方法

姓名描述
Add(ChartType)创建新的图表系列并将其添加到集合中。
Add(IChartCellCollection, ChartType)IChartCellCollection创建新的图表系列并将其添加到集合中。
Add(IChartDataCell, ChartType)IChartDataCell创建新的图表系列并将其添加到集合中。
Add(string, ChartType)从值创建新的图表系列并将其添加到集合中。
Clear()从集合中删除所有元素。
IndexOf(IChartSeries)搜索指定的IChartSeries并返回整个中第一次出现的从零开始的索引集合
Insert(int, ChartType)创建新的图表系列并将其插入到集合中。
Remove(IChartSeries)删除指定的值。
RemoveAt(int)删除指定索引处的元素

也可以看看