Package | Description |
---|---|
com.google.api.services.sheets.v4.model |
Modifier and Type | Method and Description |
---|---|
UpdateChartSpecRequest |
UpdateChartSpecRequest.clone() |
UpdateChartSpecRequest |
Request.getUpdateChartSpec()
Updates a chart's specifications.
|
UpdateChartSpecRequest |
UpdateChartSpecRequest.set(String fieldName,
Object value) |
UpdateChartSpecRequest |
UpdateChartSpecRequest.setChartId(Integer chartId)
The ID of the chart to update.
|
UpdateChartSpecRequest |
UpdateChartSpecRequest.setSpec(ChartSpec spec)
The specification to apply to the chart.
|
Modifier and Type | Method and Description |
---|---|
Request |
Request.setUpdateChartSpec(UpdateChartSpecRequest updateChartSpec)
Updates a chart's specifications.
|
Copyright © 2011–2024 Google. All rights reserved.