addDataPointForPieSeries
addDataPointForPieSeries(ChartDataCell value) function
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
Name | Type | Description |
---|---|---|
value | ChartDataCell | Data point Value |
Result
addDataPointForPieSeries(double value) function
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
Name | Type | Description |
---|---|---|
value | double | Data point Value |