Package | Description |
---|---|
com.google.api.services.sheets.v4.model |
Modifier and Type | Method and Description |
---|---|
ScorecardChartSpec |
ScorecardChartSpec.clone() |
ScorecardChartSpec |
ChartSpec.getScorecardChart()
A scorecard chart specification.
|
ScorecardChartSpec |
ScorecardChartSpec.set(String fieldName,
Object value) |
ScorecardChartSpec |
ScorecardChartSpec.setAggregateType(String aggregateType)
The aggregation type for key and baseline chart data in scorecard chart.
|
ScorecardChartSpec |
ScorecardChartSpec.setBaselineValueData(ChartData baselineValueData)
The data for scorecard baseline value.
|
ScorecardChartSpec |
ScorecardChartSpec.setBaselineValueFormat(BaselineValueFormat baselineValueFormat)
Formatting options for baseline value.
|
ScorecardChartSpec |
ScorecardChartSpec.setCustomFormatOptions(ChartCustomNumberFormatOptions customFormatOptions)
Custom formatting options for numeric key/baseline values in scorecard chart.
|
ScorecardChartSpec |
ScorecardChartSpec.setKeyValueData(ChartData keyValueData)
The data for scorecard key value.
|
ScorecardChartSpec |
ScorecardChartSpec.setKeyValueFormat(KeyValueFormat keyValueFormat)
Formatting options for key value.
|
ScorecardChartSpec |
ScorecardChartSpec.setNumberFormatSource(String numberFormatSource)
The number format source used in the scorecard chart.
|
ScorecardChartSpec |
ScorecardChartSpec.setScaleFactor(Double scaleFactor)
Value to scale scorecard key and baseline value.
|
Modifier and Type | Method and Description |
---|---|
ChartSpec |
ChartSpec.setScorecardChart(ScorecardChartSpec scorecardChart)
A scorecard chart specification.
|
Copyright © 2011–2025 Google. All rights reserved.