Add
PieSplitCustomPointCollection.Add method (1 of 2)
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. |
See Also
- class PieSplitCustomPointCollection
- namespace Aspose.Slides.Charts
- assembly Aspose.Slides
PieSplitCustomPointCollection.Add method (2 of 2)
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