AddDataPointForSunburstSeries
ChartDataPointCollection.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)
Parameter | Type | Description |
---|---|---|
sizeValue | IChartDataCell | Data point SizeValue |
Return Value
New data point.
See Also
- interface IChartDataPoint
- interface IChartDataCell
- class ChartDataPointCollection
- namespace Aspose.Slides.Charts
- assembly Aspose.Slides