Package | Description |
---|---|
com.google.api.services.sheets.v4.model |
Modifier and Type | Method and Description |
---|---|
ChartData |
ChartData.clone() |
ChartData |
ScorecardChartSpec.getBaselineValueData()
The data for scorecard baseline value.
|
ChartData |
BubbleChartSpec.getBubbleLabels()
The data containing the bubble labels.
|
ChartData |
BubbleChartSpec.getBubbleSizes()
The data containing the bubble sizes.
|
ChartData |
TreemapChartSpec.getColorData()
The data that determines the background color of each treemap data cell.
|
ChartData |
DataLabel.getCustomLabelData()
Data to use for custom labels.
|
ChartData |
HistogramSeries.getData()
The data for this histogram series.
|
ChartData |
WaterfallChartDomain.getData()
The data of the WaterfallChartDomain.
|
ChartData |
CandlestickSeries.getData()
The data of the CandlestickSeries.
|
ChartData |
WaterfallChartSeries.getData()
The data being visualized in this series.
|
ChartData |
CandlestickDomain.getData()
The data of the CandlestickDomain.
|
ChartData |
BasicChartDomain.getDomain()
The data of the domain.
|
ChartData |
PieChartSpec.getDomain()
The data that covers the domain of the pie chart.
|
ChartData |
BubbleChartSpec.getDomain()
The data containing the bubble x-values.
|
ChartData |
BubbleChartSpec.getGroupIds()
The data containing the bubble group IDs.
|
ChartData |
ScorecardChartSpec.getKeyValueData()
The data for scorecard key value.
|
ChartData |
OrgChartSpec.getLabels()
The data containing the labels for all the nodes in the chart.
|
ChartData |
TreemapChartSpec.getLabels()
The data that contains the treemap cell labels.
|
ChartData |
OrgChartSpec.getParentLabels()
The data containing the label of the parent for the corresponding node.
|
ChartData |
TreemapChartSpec.getParentLabels()
The data the contains the treemap cells' parent labels.
|
ChartData |
BasicChartSeries.getSeries()
The data being visualized in this chart series.
|
ChartData |
PieChartSpec.getSeries()
The data that covers the one and only series of the pie chart.
|
ChartData |
BubbleChartSpec.getSeries()
The data containing the bubble y-values.
|
ChartData |
TreemapChartSpec.getSizeData()
The data that determines the size of each treemap data cell.
|
ChartData |
OrgChartSpec.getTooltips()
The data containing the tooltip for the corresponding node.
|
ChartData |
ChartData.set(String fieldName,
Object value) |
ChartData |
ChartData.setAggregateType(String aggregateType)
The aggregation type for the series of a data source chart.
|
ChartData |
ChartData.setColumnReference(DataSourceColumnReference columnReference)
The reference to the data source column that the data reads from.
|
ChartData |
ChartData.setGroupRule(ChartGroupRule groupRule)
The rule to group the data by if the ChartData backs the domain of a data source chart.
|
ChartData |
ChartData.setSourceRange(ChartSourceRange sourceRange)
The source ranges of the data.
|
Modifier and Type | Method and Description |
---|---|
ScorecardChartSpec |
ScorecardChartSpec.setBaselineValueData(ChartData baselineValueData)
The data for scorecard baseline value.
|
BubbleChartSpec |
BubbleChartSpec.setBubbleLabels(ChartData bubbleLabels)
The data containing the bubble labels.
|
BubbleChartSpec |
BubbleChartSpec.setBubbleSizes(ChartData bubbleSizes)
The data containing the bubble sizes.
|
TreemapChartSpec |
TreemapChartSpec.setColorData(ChartData colorData)
The data that determines the background color of each treemap data cell.
|
DataLabel |
DataLabel.setCustomLabelData(ChartData customLabelData)
Data to use for custom labels.
|
HistogramSeries |
HistogramSeries.setData(ChartData data)
The data for this histogram series.
|
WaterfallChartDomain |
WaterfallChartDomain.setData(ChartData data)
The data of the WaterfallChartDomain.
|
CandlestickSeries |
CandlestickSeries.setData(ChartData data)
The data of the CandlestickSeries.
|
WaterfallChartSeries |
WaterfallChartSeries.setData(ChartData data)
The data being visualized in this series.
|
CandlestickDomain |
CandlestickDomain.setData(ChartData data)
The data of the CandlestickDomain.
|
BasicChartDomain |
BasicChartDomain.setDomain(ChartData domain)
The data of the domain.
|
PieChartSpec |
PieChartSpec.setDomain(ChartData domain)
The data that covers the domain of the pie chart.
|
BubbleChartSpec |
BubbleChartSpec.setDomain(ChartData domain)
The data containing the bubble x-values.
|
BubbleChartSpec |
BubbleChartSpec.setGroupIds(ChartData groupIds)
The data containing the bubble group IDs.
|
ScorecardChartSpec |
ScorecardChartSpec.setKeyValueData(ChartData keyValueData)
The data for scorecard key value.
|
OrgChartSpec |
OrgChartSpec.setLabels(ChartData labels)
The data containing the labels for all the nodes in the chart.
|
TreemapChartSpec |
TreemapChartSpec.setLabels(ChartData labels)
The data that contains the treemap cell labels.
|
OrgChartSpec |
OrgChartSpec.setParentLabels(ChartData parentLabels)
The data containing the label of the parent for the corresponding node.
|
TreemapChartSpec |
TreemapChartSpec.setParentLabels(ChartData parentLabels)
The data the contains the treemap cells' parent labels.
|
BasicChartSeries |
BasicChartSeries.setSeries(ChartData series)
The data being visualized in this chart series.
|
PieChartSpec |
PieChartSpec.setSeries(ChartData series)
The data that covers the one and only series of the pie chart.
|
BubbleChartSpec |
BubbleChartSpec.setSeries(ChartData series)
The data containing the bubble y-values.
|
TreemapChartSpec |
TreemapChartSpec.setSizeData(ChartData sizeData)
The data that determines the size of each treemap data cell.
|
OrgChartSpec |
OrgChartSpec.setTooltips(ChartData tooltips)
The data containing the tooltip for the corresponding node.
|
Copyright © 2011–2024 Google. All rights reserved.