addDataPointForAreaSeries
addDataPointForAreaSeries(ChartDataCell value) method
Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Area subtypes (see also ChartTypeCharacterizer#isChartTypeArea(int) method).
Parameters
| Name | Type | Description |
|---|---|---|
| value | ChartDataCell | Data point Value |
Returns
addDataPointForAreaSeries(double value) method
Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Area subtypes (see also ChartTypeCharacterizer#isChartTypeArea(int) method).
Parameters
| Name | Type | Description |
|---|---|---|
| value | double | Data point Value |