AddDataPointForSunburstSeries()

IChartDataPointCollection::AddDataPointForSunburstSeries(System::SharedPtr<IChartDataCell>) method

Creates the new data point and adds it to the end of collection. Applicable for series which chart type is Sunburst.

virtual System::SharedPtr<IChartDataPoint> Aspose::Slides::Charts::IChartDataPointCollection::AddDataPointForSunburstSeries(System::SharedPtr<IChartDataCell> sizeValue)=0

Arguments

ParameterTypeDescription
sizeValueSystem::SharedPtr<IChartDataCell>Data point SizeValue

Return Value

New data point.

See Also