addDataPointForBubbleSeries
addDataPointForBubbleSeries(ChartDataCell xValue, ChartDataCell yValue, ChartDataCell bubbleSize) function
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 |
Result
addDataPointForBubbleSeries(double xValue, ChartDataCell yValue, ChartDataCell bubbleSize) function
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 |
Result
addDataPointForBubbleSeries(String xValue, ChartDataCell yValue, ChartDataCell bubbleSize) function
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 |
Result
addDataPointForBubbleSeries(ChartDataCell xValue, double yValue, ChartDataCell bubbleSize) function
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 |
Result
addDataPointForBubbleSeries(double xValue, double yValue, ChartDataCell bubbleSize) function
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 |
Result
addDataPointForBubbleSeries(String xValue, double yValue, ChartDataCell bubbleSize) function
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 |
Result
addDataPointForBubbleSeries(ChartDataCell xValue, ChartDataCell yValue, double bubbleSize) function
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 |
Result
addDataPointForBubbleSeries(double xValue, ChartDataCell yValue, double bubbleSize) function
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 |
Result
addDataPointForBubbleSeries(String xValue, ChartDataCell yValue, double bubbleSize) function
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 |
Result
addDataPointForBubbleSeries(ChartDataCell xValue, double yValue, double bubbleSize) function
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 |
Result
addDataPointForBubbleSeries(double xValue, double yValue, double bubbleSize) function
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 |
Result
addDataPointForBubbleSeries(String xValue, double yValue, double bubbleSize) function
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 |