Package | Description |
---|---|
com.google.api.services.sheets.v4.model |
Modifier and Type | Method and Description |
---|---|
BasicChartDomain |
BasicChartDomain.clone() |
BasicChartDomain |
BasicChartDomain.set(java.lang.String fieldName,
java.lang.Object value) |
BasicChartDomain |
BasicChartDomain.setDomain(ChartData domain)
The data of the domain.
|
BasicChartDomain |
BasicChartDomain.setReversed(java.lang.Boolean reversed)
True to reverse the order of the domain values (horizontal axis).
|
Modifier and Type | Method and Description |
---|---|
java.util.List<BasicChartDomain> |
BasicChartSpec.getDomains()
The domain of data this is charting.
|
Modifier and Type | Method and Description |
---|---|
BasicChartSpec |
BasicChartSpec.setDomains(java.util.List<BasicChartDomain> domains)
The domain of data this is charting.
|