PieSplitCustomPointCollection
PieSplitCustomPointCollection class
表示饼图条形图或饼图带有自定义拆分的点的集合。
public class PieSplitCustomPointCollection : IPieSplitCustomPointCollection
特性
姓名 |
描述 |
Count { get; } |
返回或设置图表数据点的计数。 只读Int32。 |
IsReadOnly { get; } |
获取一个值,该值指示ICollection是否为只读。 只读Boolean。 |
IsSynchronized { get; } |
返回一个值,指示对集合的访问是否同步(线程安全)。 只读Boolean。 |
Item { get; } |
返回指定索引的图表数据点。 |
SyncRoot { get; } |
返回同步根。 只读Object。 |
方法
姓名 |
描述 |
Add(IChartDataPoint) |
将数据点添加到集合中。 |
Add(int) |
在父系列点集合中按其索引添加数据点。 |
Clear() |
从ICollection中删除所有项目。 |
Contains(IChartDataPoint) |
确定ICollection是否包含特定值。 |
CopyTo(IChartDataPoint[], int) |
将ICollection的元素复制到System。Array,从特定的Array索引开始。 |
GetEnumerator() |
返回一个遍历集合的枚举器。 |
Remove(IChartDataPoint) |
从集合中移除项目。 |
Remove(int) |
通过父系列点集合中的索引从集合中删除项目。 |
也可以看看