Add()
PieSplitCustomPointCollection::Add(const int32_t&) method
Adds data point by its index in parent series points collection.
void Aspose::Slides::Charts::PieSplitCustomPointCollection::Add(const int32_t &dataPointIndex) override
Arguments
Parameter | Type | Description |
---|---|---|
dataPointIndex | const int32_t& | Index of data point in parent series points collection. |
PieSplitCustomPointCollection::Add(const System::SharedPtr<IChartDataPoint>&) method
Adds data point to collection.
void Aspose::Slides::Charts::PieSplitCustomPointCollection::Add(const System::SharedPtr<IChartDataPoint> &dataPoint) override
Arguments
Parameter | Type | Description |
---|---|---|
dataPoint | const System::SharedPtr<IChartDataPoint>& | Data point add to. |
See Also
- Typedef SharedPtr
- Class PieSplitCustomPointCollection
- Class IChartDataPoint
- Namespace Aspose::Slides::Charts
- Library Aspose.Slides