IChartSeriesCollection

IChartSeriesCollection 接口

表示 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)移除指定索引处的元素。

另请参阅