Package | Description |
---|---|
com.google.api.services.sheets.v4.model |
Modifier and Type | Method and Description |
---|---|
HistogramChartSpec |
HistogramChartSpec.clone() |
HistogramChartSpec |
ChartSpec.getHistogramChart()
A histogram chart specification.
|
HistogramChartSpec |
HistogramChartSpec.set(String fieldName,
Object value) |
HistogramChartSpec |
HistogramChartSpec.setBucketSize(Double bucketSize)
By default the bucket size (the range of values stacked in a single column) is chosen
automatically, but it may be overridden here.
|
HistogramChartSpec |
HistogramChartSpec.setLegendPosition(String legendPosition)
The position of the chart legend.
|
HistogramChartSpec |
HistogramChartSpec.setOutlierPercentile(Double outlierPercentile)
The outlier percentile is used to ensure that outliers do not adversely affect the calculation
of bucket sizes.
|
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.
|
HistogramChartSpec |
HistogramChartSpec.setShowItemDividers(Boolean showItemDividers)
Whether horizontal divider lines should be displayed between items in each column.
|
Modifier and Type | Method and Description |
---|---|
ChartSpec |
ChartSpec.setHistogramChart(HistogramChartSpec histogramChart)
A histogram chart specification.
|
Copyright © 2011–2024 Google. All rights reserved.