Package | Description |
---|---|
com.google.api.services.sheets.v4.model |
Modifier and Type | Method and Description |
---|---|
ChartGroupRule |
ChartGroupRule.clone() |
ChartGroupRule |
ChartData.getGroupRule()
The rule to group the data by if the ChartData backs the domain of a data source chart.
|
ChartGroupRule |
ChartGroupRule.set(String fieldName,
Object value) |
ChartGroupRule |
ChartGroupRule.setDateTimeRule(ChartDateTimeRule dateTimeRule)
A ChartDateTimeRule.
|
ChartGroupRule |
ChartGroupRule.setHistogramRule(ChartHistogramRule histogramRule)
A ChartHistogramRule
|
Modifier and Type | Method and Description |
---|---|
ChartData |
ChartData.setGroupRule(ChartGroupRule groupRule)
The rule to group the data by if the ChartData backs the domain of a data source chart.
|
Copyright © 2011–2024 Google. All rights reserved.