Package | Description |
---|---|
com.google.api.services.sheets.v4.model |
Modifier and Type | Method and Description |
---|---|
BaselineValueFormat |
BaselineValueFormat.clone() |
BaselineValueFormat |
ScorecardChartSpec.getBaselineValueFormat()
Formatting options for baseline value.
|
BaselineValueFormat |
BaselineValueFormat.set(String fieldName,
Object value) |
BaselineValueFormat |
BaselineValueFormat.setComparisonType(String comparisonType)
The comparison type of key value with baseline value.
|
BaselineValueFormat |
BaselineValueFormat.setDescription(String description)
Description which is appended after the baseline value.
|
BaselineValueFormat |
BaselineValueFormat.setNegativeColor(Color negativeColor)
Color to be used, in case baseline value represents a negative change for key value.
|
BaselineValueFormat |
BaselineValueFormat.setNegativeColorStyle(ColorStyle negativeColorStyle)
Color to be used, in case baseline value represents a negative change for key value.
|
BaselineValueFormat |
BaselineValueFormat.setPosition(TextPosition position)
Specifies the horizontal text positioning of baseline value.
|
BaselineValueFormat |
BaselineValueFormat.setPositiveColor(Color positiveColor)
Color to be used, in case baseline value represents a positive change for key value.
|
BaselineValueFormat |
BaselineValueFormat.setPositiveColorStyle(ColorStyle positiveColorStyle)
Color to be used, in case baseline value represents a positive change for key value.
|
BaselineValueFormat |
BaselineValueFormat.setTextFormat(TextFormat textFormat)
Text formatting options for baseline value.
|
Modifier and Type | Method and Description |
---|---|
ScorecardChartSpec |
ScorecardChartSpec.setBaselineValueFormat(BaselineValueFormat baselineValueFormat)
Formatting options for baseline value.
|
Copyright © 2011–2024 Google. All rights reserved.