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