addDataPointForPieSeries

addDataPointForPieSeries(ChartDataCell value) method

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 ChartTypeCharacterizer#isChartTypePie(int) method).

Parameters

NameTypeDescription
valueChartDataCellData point Value

Returns

ChartDataPoint


addDataPointForPieSeries(double value) method

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 ChartTypeCharacterizer#isChartTypePie(int) method).

Parameters

NameTypeDescription
valuedoubleData point Value

Returns

ChartDataPoint