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

NameTypeDescription
xValueChartDataCellData point XValue
yValueChartDataCellData point YValue
bubbleSizeChartDataCellData point BubbleSize

Result

ChartDataPoint


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

NameTypeDescription
xValuedoubleData point XValue
yValueChartDataCellData point YValue
bubbleSizeChartDataCellData point BubbleSize

Result

ChartDataPoint


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

NameTypeDescription
xValueStringData point XValue
yValueChartDataCellData point YValue
bubbleSizeChartDataCellData point BubbleSize

Result

ChartDataPoint


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

NameTypeDescription
xValueChartDataCellData point XValue
yValuedoubleData point YValue
bubbleSizeChartDataCellData point BubbleSize

Result

ChartDataPoint


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

NameTypeDescription
xValuedoubleData point XValue
yValuedoubleData point YValue
bubbleSizeChartDataCellData point BubbleSize

Result

ChartDataPoint


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

NameTypeDescription
xValueStringData point XValue
yValuedoubleData point YValue
bubbleSizeChartDataCellData point BubbleSize

Result

ChartDataPoint


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

NameTypeDescription
xValueChartDataCellData point XValue
yValueChartDataCellData point YValue
bubbleSizedoubleData point BubbleSize

Result

ChartDataPoint


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

NameTypeDescription
xValuedoubleData point XValue
yValueChartDataCellData point YValue
bubbleSizedoubleData point BubbleSize

Result

ChartDataPoint


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

NameTypeDescription
xValueStringData point XValue
yValueChartDataCellData point YValue
bubbleSizedoubleData point BubbleSize

Result

ChartDataPoint


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

NameTypeDescription
xValueChartDataCellData point XValue
yValuedoubleData point YValue
bubbleSizedoubleData point BubbleSize

Result

ChartDataPoint


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

NameTypeDescription
xValuedoubleData point XValue
yValuedoubleData point YValue
bubbleSizedoubleData point BubbleSize

Result

ChartDataPoint


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

NameTypeDescription
xValueStringData point XValue
yValuedoubleData point YValue
bubbleSizedoubleData point BubbleSize

Result

ChartDataPoint