Package | Description |
---|---|
com.google.api.services.sheets.v4.model |
Modifier and Type | Method and Description |
---|---|
HistogramSeries |
HistogramSeries.clone() |
HistogramSeries |
HistogramSeries.set(String fieldName,
Object value) |
HistogramSeries |
HistogramSeries.setBarColor(Color barColor)
The color of the column representing this series in each bucket.
|
HistogramSeries |
HistogramSeries.setBarColorStyle(ColorStyle barColorStyle)
The color of the column representing this series in each bucket.
|
HistogramSeries |
HistogramSeries.setData(ChartData data)
The data for this histogram series.
|
Modifier and Type | Method and Description |
---|---|
List<HistogramSeries> |
HistogramChartSpec.getSeries()
The series for a histogram may be either a single series of values to be bucketed or multiple
series, each of the same length, containing the name of the series followed by the values to be
bucketed for that series.
|
Modifier and Type | Method and Description |
---|---|
HistogramChartSpec |
HistogramChartSpec.setSeries(List<HistogramSeries> series)
The series for a histogram may be either a single series of values to be bucketed or multiple
series, each of the same length, containing the name of the series followed by the values to be
bucketed for that series.
|
Copyright © 2011–2024 Google. All rights reserved.