Package | Description |
---|---|
com.google.api.services.sheets.v4.model |
Modifier and Type | Method and Description |
---|---|
TreemapChartColorScale |
TreemapChartColorScale.clone() |
TreemapChartColorScale |
TreemapChartSpec.getColorScale()
The color scale for data cells in the treemap chart.
|
TreemapChartColorScale |
TreemapChartColorScale.set(String fieldName,
Object value) |
TreemapChartColorScale |
TreemapChartColorScale.setMaxValueColor(Color maxValueColor)
The background color for cells with a color value greater than or equal to maxValue.
|
TreemapChartColorScale |
TreemapChartColorScale.setMaxValueColorStyle(ColorStyle maxValueColorStyle)
The background color for cells with a color value greater than or equal to maxValue.
|
TreemapChartColorScale |
TreemapChartColorScale.setMidValueColor(Color midValueColor)
The background color for cells with a color value at the midpoint between minValue and
maxValue.
|
TreemapChartColorScale |
TreemapChartColorScale.setMidValueColorStyle(ColorStyle midValueColorStyle)
The background color for cells with a color value at the midpoint between minValue and
maxValue.
|
TreemapChartColorScale |
TreemapChartColorScale.setMinValueColor(Color minValueColor)
The background color for cells with a color value less than or equal to minValue.
|
TreemapChartColorScale |
TreemapChartColorScale.setMinValueColorStyle(ColorStyle minValueColorStyle)
The background color for cells with a color value less than or equal to minValue.
|
TreemapChartColorScale |
TreemapChartColorScale.setNoDataColor(Color noDataColor)
The background color for cells that have no color data associated with them.
|
TreemapChartColorScale |
TreemapChartColorScale.setNoDataColorStyle(ColorStyle noDataColorStyle)
The background color for cells that have no color data associated with them.
|
Modifier and Type | Method and Description |
---|---|
TreemapChartSpec |
TreemapChartSpec.setColorScale(TreemapChartColorScale colorScale)
The color scale for data cells in the treemap chart.
|
Copyright © 2011–2025 Google. All rights reserved.