| Package | Description |
|---|---|
| com.google.api.services.sheets.v4.model |
| Modifier and Type | Method and Description |
|---|---|
BubbleChartSpec |
BubbleChartSpec.clone() |
BubbleChartSpec |
ChartSpec.getBubbleChart()
A bubble chart specification.
|
BubbleChartSpec |
BubbleChartSpec.set(java.lang.String fieldName,
java.lang.Object value) |
BubbleChartSpec |
BubbleChartSpec.setBubbleBorderColor(Color bubbleBorderColor)
The bubble border color.
|
BubbleChartSpec |
BubbleChartSpec.setBubbleLabels(ChartData bubbleLabels)
The data containing the bubble labels.
|
BubbleChartSpec |
BubbleChartSpec.setBubbleMaxRadiusSize(java.lang.Integer bubbleMaxRadiusSize)
The max radius size of the bubbles, in pixels.
|
BubbleChartSpec |
BubbleChartSpec.setBubbleMinRadiusSize(java.lang.Integer bubbleMinRadiusSize)
The minimum radius size of the bubbles, in pixels.
|
BubbleChartSpec |
BubbleChartSpec.setBubbleOpacity(java.lang.Float bubbleOpacity)
The opacity of the bubbles between 0 and 1.0.
|
BubbleChartSpec |
BubbleChartSpec.setBubbleSizes(ChartData bubbleSizes)
The data contianing the bubble sizes.
|
BubbleChartSpec |
BubbleChartSpec.setBubbleTextStyle(TextFormat bubbleTextStyle)
The format of the text inside the bubbles.
|
BubbleChartSpec |
BubbleChartSpec.setDomain(ChartData domain)
The data containing the bubble x-values.
|
BubbleChartSpec |
BubbleChartSpec.setGroupIds(ChartData groupIds)
The data containing the bubble group IDs.
|
BubbleChartSpec |
BubbleChartSpec.setLegendPosition(java.lang.String legendPosition)
Where the legend of the chart should be drawn.
|
BubbleChartSpec |
BubbleChartSpec.setSeries(ChartData series)
The data contianing the bubble y-values.
|
| Modifier and Type | Method and Description |
|---|---|
ChartSpec |
ChartSpec.setBubbleChart(BubbleChartSpec bubbleChart)
A bubble chart specification.
|