AddDataPointForDoughnutSeries

AddDataPointForDoughnutSeries(IChartDataCell)

Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Doughnut subtypes (see also ChartTypeCharacterizer.IsChartTypeDoughnut(ChartType) method).

public IChartDataPoint AddDataPointForDoughnutSeries(IChartDataCell value)
ParameterTypeDescription
valueIChartDataCellData point Value

Return Value

New data point.

See Also


AddDataPointForDoughnutSeries(double)

Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Doughnut subtypes (see also ChartTypeCharacterizer.IsChartTypeDoughnut(ChartType) method).

public IChartDataPoint AddDataPointForDoughnutSeries(double value)
ParameterTypeDescription
valueDoubleData point Value

Return Value

New data point.

See Also