Package | Description |
---|---|
com.google.api.services.sheets.v4.model |
Modifier and Type | Method and Description |
---|---|
BasicChartSpec |
BasicChartSpec.clone() |
BasicChartSpec |
ChartSpec.getBasicChart()
A basic chart specification, can be one of many kinds of charts.
|
BasicChartSpec |
BasicChartSpec.set(String fieldName,
Object value) |
BasicChartSpec |
BasicChartSpec.setAxis(List<BasicChartAxis> axis)
The axis on the chart.
|
BasicChartSpec |
BasicChartSpec.setChartType(String chartType)
The type of the chart.
|
BasicChartSpec |
BasicChartSpec.setCompareMode(String compareMode)
The behavior of tooltips and data highlighting when hovering on data and chart area.
|
BasicChartSpec |
BasicChartSpec.setDomains(List<BasicChartDomain> domains)
The domain of data this is charting.
|
BasicChartSpec |
BasicChartSpec.setHeaderCount(Integer headerCount)
The number of rows or columns in the data that are "headers".
|
BasicChartSpec |
BasicChartSpec.setInterpolateNulls(Boolean interpolateNulls)
If some values in a series are missing, gaps may appear in the chart (e.g, segments of lines in
a line chart will be missing).
|
BasicChartSpec |
BasicChartSpec.setLegendPosition(String legendPosition)
The position of the chart legend.
|
BasicChartSpec |
BasicChartSpec.setLineSmoothing(Boolean lineSmoothing)
Gets whether all lines should be rendered smooth or straight by default.
|
BasicChartSpec |
BasicChartSpec.setSeries(List<BasicChartSeries> series)
The data this chart is visualizing.
|
BasicChartSpec |
BasicChartSpec.setStackedType(String stackedType)
The stacked type for charts that support vertical stacking.
|
BasicChartSpec |
BasicChartSpec.setThreeDimensional(Boolean threeDimensional)
True to make the chart 3D.
|
BasicChartSpec |
BasicChartSpec.setTotalDataLabel(DataLabel totalDataLabel)
Controls whether to display additional data labels on stacked charts which sum the total value
of all stacked values at each value along the domain axis.
|
Modifier and Type | Method and Description |
---|---|
ChartSpec |
ChartSpec.setBasicChart(BasicChartSpec basicChart)
A basic chart specification, can be one of many kinds of charts.
|
Copyright © 2011–2024 Google. All rights reserved.