Package | Description |
---|---|
com.google.api.services.sheets.v4.model |
Modifier and Type | Method and Description |
---|---|
EmbeddedChart |
EmbeddedChart.clone() |
EmbeddedChart |
AddChartRequest.getChart()
The chart that should be added to the spreadsheet, including the position where it should be
placed.
|
EmbeddedChart |
AddChartResponse.getChart()
The newly added chart.
|
EmbeddedChart |
EmbeddedChart.set(String fieldName,
Object value) |
EmbeddedChart |
EmbeddedChart.setBorder(EmbeddedObjectBorder border)
The border of the chart.
|
EmbeddedChart |
EmbeddedChart.setChartId(Integer chartId)
The ID of the chart.
|
EmbeddedChart |
EmbeddedChart.setPosition(EmbeddedObjectPosition position)
The position of the chart.
|
EmbeddedChart |
EmbeddedChart.setSpec(ChartSpec spec)
The specification of the chart.
|
Modifier and Type | Method and Description |
---|---|
List<EmbeddedChart> |
Sheet.getCharts()
The specifications of every chart on this sheet.
|
Modifier and Type | Method and Description |
---|---|
AddChartRequest |
AddChartRequest.setChart(EmbeddedChart chart)
The chart that should be added to the spreadsheet, including the position where it should be
placed.
|
AddChartResponse |
AddChartResponse.setChart(EmbeddedChart chart)
The newly added chart.
|
Modifier and Type | Method and Description |
---|---|
Sheet |
Sheet.setCharts(List<EmbeddedChart> charts)
The specifications of every chart on this sheet.
|
Copyright © 2011–2024 Google. All rights reserved.