addDataPointForScatterSeries
addDataPointForScatterSeries(ChartDataCell xValue, ChartDataCell yValue) method
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 |
Returns
addDataPointForScatterSeries(double xValue, ChartDataCell yValue) method
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 |
Returns
addDataPointForScatterSeries(String xValue, ChartDataCell yValue) method
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 |
Returns
addDataPointForScatterSeries(ChartDataCell xValue, double yValue) method
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 |
Returns
addDataPointForScatterSeries(double xValue, double yValue) method
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 |
Returns
addDataPointForScatterSeries(String xValue, double yValue) method
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 |