get_PieSplitCustomPoint()

IChartSeries::get_PieSplitCustomPoint(int32_t) method

The custom split information for a pie-of-pie or bar-of-pie chart with a custom split. Returns data point that shall be drawn in the second pie or bar in a pie-of-pie or bar-of-pie chart at the specified index.

virtual System::SharedPtr<IChartDataPoint> Aspose::Slides::Charts::IChartSeries::get_PieSplitCustomPoint(int32_t index)=0

Remarks

This is projection of the get_PieSplitCustomPoint(index) in get_ParentSeriesGroup().

See Also