addDataPointForScatterSeries
addDataPointForScatterSeries(ChartDataCell xValue, ChartDataCell yValue) function
Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Scatter subtypes (see also ChartTypeCharacterizer#isChartTypeScatter(int) method).
Parameters
Name | Type | Description |
---|---|---|
xValue | ChartDataCell | Data point XValue |
yValue | ChartDataCell | Data point YValue |
Result
addDataPointForScatterSeries(double xValue, ChartDataCell yValue) function
Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Scatter subtypes (see also ChartTypeCharacterizer#isChartTypeScatter(int) method).
Parameters
Name | Type | Description |
---|---|---|
xValue | double | Data point XValue |
yValue | ChartDataCell | Data point YValue |
Result
addDataPointForScatterSeries(String xValue, ChartDataCell yValue) function
Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Scatter subtypes (see also ChartTypeCharacterizer#isChartTypeScatter(int) method).
Parameters
Name | Type | Description |
---|---|---|
xValue | String | Data point XValue |
yValue | ChartDataCell | Data point YValue |
Result
addDataPointForScatterSeries(ChartDataCell xValue, double yValue) function
Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Scatter subtypes (see also ChartTypeCharacterizer#isChartTypeScatter(int) method).
Parameters
Name | Type | Description |
---|---|---|
xValue | ChartDataCell | Data point XValue |
yValue | double | Data point YValue |
Result
addDataPointForScatterSeries(double xValue, double yValue) function
Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Scatter subtypes (see also ChartTypeCharacterizer#isChartTypeScatter(int) method).
Parameters
Name | Type | Description |
---|---|---|
xValue | double | Data point XValue |
yValue | double | Data point YValue |
Result
addDataPointForScatterSeries(String xValue, double yValue) function
Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Scatter subtypes (see also ChartTypeCharacterizer#isChartTypeScatter(int) method).
Parameters
Name | Type | Description |
---|---|---|
xValue | String | Data point XValue |
yValue | double | Data point YValue |