IPieSplitCustomPointCollection
IPieSplitCustomPointCollection interface
Represents a collection of points that shall be drawn in the second pie or bar on a bar-of-pie or pie-of-pie chart with a custom split.
public interface IPieSplitCustomPointCollection : ICollection<IChartDataPoint>
Properties
| Name | Description |
|---|
| AsIEnumerable { get; } | Returns IEnumerable interface. |
| Item { get; } | Returns chart data point by index. |
Methods
| Name | Description |
|---|
| Add(int) | Adds data point by its index in parent series points collection. |
| Remove(int) | Removes item from collection by it index in parent series points collection. |
See Also