Package | Description |
---|---|
com.google.api.services.sheets.v4.model |
Modifier and Type | Method and Description |
---|---|
ChartHistogramRule |
ChartHistogramRule.clone() |
ChartHistogramRule |
ChartGroupRule.getHistogramRule()
A ChartHistogramRule
|
ChartHistogramRule |
ChartHistogramRule.set(String fieldName,
Object value) |
ChartHistogramRule |
ChartHistogramRule.setIntervalSize(Double intervalSize)
The size of the buckets that are created.
|
ChartHistogramRule |
ChartHistogramRule.setMaxValue(Double maxValue)
The maximum value at which items are placed into buckets.
|
ChartHistogramRule |
ChartHistogramRule.setMinValue(Double minValue)
The minimum value at which items are placed into buckets.
|
Modifier and Type | Method and Description |
---|---|
ChartGroupRule |
ChartGroupRule.setHistogramRule(ChartHistogramRule histogramRule)
A ChartHistogramRule
|
Copyright © 2011–2024 Google. All rights reserved.