AddDataPointForSunburstSeries()

ChartDataPointCollection::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.

System::SharedPtr<IChartDataPoint> Aspose::Slides::Charts::ChartDataPointCollection::AddDataPointForSunburstSeries(System::SharedPtr<IChartDataCell> sizeValue) override

Arguments

ParameterTypeDescription
sizeValueSystem::SharedPtr<IChartDataCell>Data point SizeValue

Return Value

New data point.

See Also