PieSplitCustomPointCollection
PieSplitCustomPointCollection 类
表示用于在环形图或环形-环形图中使用自定义拆分进行拆分点的点集合。
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 的元素复制到数组,从特定的数组索引开始。 |
| GetEnumerator() | 返回遍历集合的枚举器。 |
| Remove(IChartDataPoint) | 从集合中移除项。 |
| Remove(int) | 按其在父系列点集合中的索引从集合中移除项。 |
另请参见