IPieSplitCustomPointCollection

IPieSplitCustomPointCollection 接口

表示一个集合,该集合将在具有自定义拆分的饼图或条状饼图的第二个饼图或条形上绘制。

public interface IPieSplitCustomPointCollection : ICollection<IChartDataPoint>

属性

名称描述
AsIEnumerable { get; }返回 IEnumerable 接口。
Item { get; }根据索引返回图表数据点。

方法

名称描述
Add(int)根据父系列点集合中的索引添加数据点。
Remove(int)根据父系列点集合中的索引从集合中移除项。

参见