AddDataPointForSunburstSeries

IChartDataPointCollection.AddDataPointForSunburstSeries method

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

public IChartDataPoint AddDataPointForSunburstSeries(IChartDataCell sizeValue)
ParameterTypeDescription
sizeValueIChartDataCellData point SizeValue

Return Value

New data point.

See Also