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(String fieldName,
Object value) |
BubbleChartSpec |
BubbleChartSpec.setBubbleBorderColor(Color bubbleBorderColor)
The bubble border color.
|
BubbleChartSpec |
BubbleChartSpec.setBubbleBorderColorStyle(ColorStyle bubbleBorderColorStyle)
The bubble border color.
|
BubbleChartSpec |
BubbleChartSpec.setBubbleLabels(ChartData bubbleLabels)
The data containing the bubble labels.
|
BubbleChartSpec |
BubbleChartSpec.setBubbleMaxRadiusSize(Integer bubbleMaxRadiusSize)
The max radius size of the bubbles, in pixels.
|
BubbleChartSpec |
BubbleChartSpec.setBubbleMinRadiusSize(Integer bubbleMinRadiusSize)
The minimum radius size of the bubbles, in pixels.
|
BubbleChartSpec |
BubbleChartSpec.setBubbleOpacity(Float bubbleOpacity)
The opacity of the bubbles between 0 and 1.0.
|
BubbleChartSpec |
BubbleChartSpec.setBubbleSizes(ChartData bubbleSizes)
The data containing 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(String legendPosition)
Where the legend of the chart should be drawn.
|
BubbleChartSpec |
BubbleChartSpec.setSeries(ChartData series)
The data containing the bubble y-values.
|
Modifier and Type | Method and Description |
---|---|
ChartSpec |
ChartSpec.setBubbleChart(BubbleChartSpec bubbleChart)
A bubble chart specification.
|
Copyright © 2011–2024 Google. All rights reserved.