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(java.lang.String fieldName,
java.lang.Object value) |
BasicChartSpec |
BasicChartSpec.setAxis(java.util.List<BasicChartAxis> axis)
The axis on the chart.
|
BasicChartSpec |
BasicChartSpec.setChartType(java.lang.String chartType)
The type of the chart.
|
BasicChartSpec |
BasicChartSpec.setCompareMode(java.lang.String compareMode)
The behavior of tooltips and data highlighting when hovering on data and chart area.
|
BasicChartSpec |
BasicChartSpec.setDomains(java.util.List<BasicChartDomain> domains)
The domain of data this is charting.
|
BasicChartSpec |
BasicChartSpec.setHeaderCount(java.lang.Integer headerCount)
The number of rows or columns in the data that are "headers".
|
BasicChartSpec |
BasicChartSpec.setInterpolateNulls(java.lang.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(java.lang.String legendPosition)
The position of the chart legend.
|
BasicChartSpec |
BasicChartSpec.setLineSmoothing(java.lang.Boolean lineSmoothing)
Gets whether all lines should be rendered smooth or straight by default.
|
BasicChartSpec |
BasicChartSpec.setSeries(java.util.List<BasicChartSeries> series)
The data this chart is visualizing.
|
BasicChartSpec |
BasicChartSpec.setStackedType(java.lang.String stackedType)
The stacked type for charts that support vertical stacking.
|
BasicChartSpec |
BasicChartSpec.setThreeDimensional(java.lang.Boolean threeDimensional)
True to make the chart 3D.
|
Modifier and Type | Method and Description |
---|---|
ChartSpec |
ChartSpec.setBasicChart(BasicChartSpec basicChart)
A basic chart specification, can be one of many kinds of charts.
|