AddDataPointForPieSeries

AddDataPointForPieSeries(IChartDataCell)

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

public IChartDataPoint AddDataPointForPieSeries(IChartDataCell value)
ParameterTypeDescription
valueIChartDataCellData point Value

Return Value

New data point.

See Also


AddDataPointForPieSeries(double)

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

public IChartDataPoint AddDataPointForPieSeries(double value)
ParameterTypeDescription
valueDoubleData point Value

Return Value

New data point.

See Also