IChartCategoryCollection

IChartCategoryCollection interface

表示IChartCategory

public interface IChartCategoryCollection : IGenericCollection<IChartCategory>

特性

姓名描述
GroupingLevelCount { get; }返回使用的类别分组级别的计数。 多于一个多级类别。 只读Int32。
Item { get; }获取指定索引处的元素。
UseCells { get; set; }如果为true,则工作表用于存储类别(这种情况下支持多级类别)。 如果为 false,则工作表不用于存储值(并且这种情况不支持 多级类别)。 读/写Boolean。

方法

姓名描述
Add(IChartDataCell)如果集合中存在类别,则返回它。 Else 从 IChartDataCell创建新的图表类别并将其添加到集合中。
Add(object)从 value 创建新的IChartCategory并将其添加到集合中。
Clear()从集合中删除所有元素。
IndexOf(IChartCategory)搜索指定的IChartCategory并返回整个中第一次出现的从零开始的索引集合
Remove(IChartCategory)删除指定的值。
RemoveAt(int)删除给定索引处的元素。

也可以看看