Package | Description |
---|---|
com.google.api.services.sheets.v4.model |
Modifier and Type | Method and Description |
---|---|
ChartCustomNumberFormatOptions |
ChartCustomNumberFormatOptions.clone() |
ChartCustomNumberFormatOptions |
ScorecardChartSpec.getCustomFormatOptions()
Custom formatting options for numeric key/baseline values in scorecard chart.
|
ChartCustomNumberFormatOptions |
ChartCustomNumberFormatOptions.set(java.lang.String fieldName,
java.lang.Object value) |
ChartCustomNumberFormatOptions |
ChartCustomNumberFormatOptions.setPrefix(java.lang.String prefix)
Custom prefix to be prepended to the chart attribute.
|
ChartCustomNumberFormatOptions |
ChartCustomNumberFormatOptions.setSuffix(java.lang.String suffix)
Custom suffix to be appended to the chart attribute.
|
Modifier and Type | Method and Description |
---|---|
ScorecardChartSpec |
ScorecardChartSpec.setCustomFormatOptions(ChartCustomNumberFormatOptions customFormatOptions)
Custom formatting options for numeric key/baseline values in scorecard chart.
|