Package | Description |
---|---|
com.google.api.services.sheets.v4.model |
Modifier and Type | Method and Description |
---|---|
ChartSpec |
ChartSpec.clone() |
ChartSpec |
EmbeddedChart.getSpec()
The specification of the chart.
|
ChartSpec |
UpdateChartSpecRequest.getSpec()
The specification to apply to the chart.
|
ChartSpec |
ChartSpec.set(String fieldName,
Object value) |
ChartSpec |
ChartSpec.setAltText(String altText)
The alternative text that describes the chart.
|
ChartSpec |
ChartSpec.setBackgroundColor(Color backgroundColor)
The background color of the entire chart.
|
ChartSpec |
ChartSpec.setBackgroundColorStyle(ColorStyle backgroundColorStyle)
The background color of the entire chart.
|
ChartSpec |
ChartSpec.setBasicChart(BasicChartSpec basicChart)
A basic chart specification, can be one of many kinds of charts.
|
ChartSpec |
ChartSpec.setBubbleChart(BubbleChartSpec bubbleChart)
A bubble chart specification.
|
ChartSpec |
ChartSpec.setCandlestickChart(CandlestickChartSpec candlestickChart)
A candlestick chart specification.
|
ChartSpec |
ChartSpec.setDataSourceChartProperties(DataSourceChartProperties dataSourceChartProperties)
If present, the field contains data source chart specific properties.
|
ChartSpec |
ChartSpec.setFilterSpecs(List<FilterSpec> filterSpecs)
The filters applied to the source data of the chart.
|
ChartSpec |
ChartSpec.setFontName(String fontName)
The name of the font to use by default for all chart text (e.g.
|
ChartSpec |
ChartSpec.setHiddenDimensionStrategy(String hiddenDimensionStrategy)
Determines how the charts will use hidden rows or columns.
|
ChartSpec |
ChartSpec.setHistogramChart(HistogramChartSpec histogramChart)
A histogram chart specification.
|
ChartSpec |
ChartSpec.setMaximized(Boolean maximized)
True to make a chart fill the entire space in which it's rendered with minimum padding.
|
ChartSpec |
ChartSpec.setOrgChart(OrgChartSpec orgChart)
An org chart specification.
|
ChartSpec |
ChartSpec.setPieChart(PieChartSpec pieChart)
A pie chart specification.
|
ChartSpec |
ChartSpec.setScorecardChart(ScorecardChartSpec scorecardChart)
A scorecard chart specification.
|
ChartSpec |
ChartSpec.setSortSpecs(List<SortSpec> sortSpecs)
The order to sort the chart data by.
|
ChartSpec |
ChartSpec.setSubtitle(String subtitle)
The subtitle of the chart.
|
ChartSpec |
ChartSpec.setSubtitleTextFormat(TextFormat subtitleTextFormat)
The subtitle text format.
|
ChartSpec |
ChartSpec.setSubtitleTextPosition(TextPosition subtitleTextPosition)
The subtitle text position.
|
ChartSpec |
ChartSpec.setTitle(String title)
The title of the chart.
|
ChartSpec |
ChartSpec.setTitleTextFormat(TextFormat titleTextFormat)
The title text format.
|
ChartSpec |
ChartSpec.setTitleTextPosition(TextPosition titleTextPosition)
The title text position.
|
ChartSpec |
ChartSpec.setTreemapChart(TreemapChartSpec treemapChart)
A treemap chart specification.
|
ChartSpec |
ChartSpec.setWaterfallChart(WaterfallChartSpec waterfallChart)
A waterfall chart specification.
|
Modifier and Type | Method and Description |
---|---|
EmbeddedChart |
EmbeddedChart.setSpec(ChartSpec spec)
The specification of the chart.
|
UpdateChartSpecRequest |
UpdateChartSpecRequest.setSpec(ChartSpec spec)
The specification to apply to the chart.
|
Copyright © 2011–2024 Google. All rights reserved.