Package | Description |
---|---|
com.google.api.services.sheets.v4.model |
Modifier and Type | Method and Description |
---|---|
DataLabel |
DataLabel.clone() |
DataLabel |
BasicChartSeries.getDataLabel()
Information about the data labels for this series.
|
DataLabel |
WaterfallChartSeries.getDataLabel()
Information about the data labels for this series.
|
DataLabel |
WaterfallChartSpec.getTotalDataLabel()
Controls whether to display additional data labels on stacked charts which sum the total value
of all stacked values at each value along the domain axis.
|
DataLabel |
BasicChartSpec.getTotalDataLabel()
Controls whether to display additional data labels on stacked charts which sum the total value
of all stacked values at each value along the domain axis.
|
DataLabel |
DataLabel.set(String fieldName,
Object value) |
DataLabel |
DataLabel.setCustomLabelData(ChartData customLabelData)
Data to use for custom labels.
|
DataLabel |
DataLabel.setPlacement(String placement)
The placement of the data label relative to the labeled data.
|
DataLabel |
DataLabel.setTextFormat(TextFormat textFormat)
The text format used for the data label.
|
DataLabel |
DataLabel.setType(String type)
The type of the data label.
|
Modifier and Type | Method and Description |
---|---|
BasicChartSeries |
BasicChartSeries.setDataLabel(DataLabel dataLabel)
Information about the data labels for this series.
|
WaterfallChartSeries |
WaterfallChartSeries.setDataLabel(DataLabel dataLabel)
Information about the data labels for this series.
|
WaterfallChartSpec |
WaterfallChartSpec.setTotalDataLabel(DataLabel totalDataLabel)
Controls whether to display additional data labels on stacked charts which sum the total value
of all stacked values at each value along the domain axis.
|
BasicChartSpec |
BasicChartSpec.setTotalDataLabel(DataLabel totalDataLabel)
Controls whether to display additional data labels on stacked charts which sum the total value
of all stacked values at each value along the domain axis.
|
Copyright © 2011–2024 Google. All rights reserved.