Add
Add(int)
Adds data point by its index in parent series points collection.
public void Add(int dataPointIndex)
Parameter | Type | Description |
---|---|---|
dataPointIndex | Int32 | Index of data point in parent series points collection. |
Exceptions
exception | condition |
---|---|
ArgumentException | Point with the given index was not found". |
See Also
- class PieSplitCustomPointCollection
- namespace Aspose.Slides.Charts
- assembly Aspose.Slides
Add(IChartDataPoint)
Adds data point to collection.
public void Add(IChartDataPoint dataPoint)
Parameter | Type | Description |
---|---|---|
dataPoint | IChartDataPoint | Data point add to. |
See Also
- interface IChartDataPoint
- class PieSplitCustomPointCollection
- namespace Aspose.Slides.Charts
- assembly Aspose.Slides