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