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