Package | Description |
---|---|
com.google.api.services.sheets.v4.model |
Modifier and Type | Method and Description |
---|---|
HistogramRule |
HistogramRule.clone() |
HistogramRule |
PivotGroupRule.getHistogramRule()
A HistogramRule.
|
HistogramRule |
HistogramRule.set(String fieldName,
Object value) |
HistogramRule |
HistogramRule.setEnd(Double end)
The maximum value at which items are placed into buckets of constant size.
|
HistogramRule |
HistogramRule.setInterval(Double interval)
The size of the buckets that are created.
|
HistogramRule |
HistogramRule.setStart(Double start)
The minimum value at which items are placed into buckets of constant size.
|
Modifier and Type | Method and Description |
---|---|
PivotGroupRule |
PivotGroupRule.setHistogramRule(HistogramRule histogramRule)
A HistogramRule.
|
Copyright © 2011–2024 Google. All rights reserved.