DashboardHeatMapConfigurationArgs

data class DashboardHeatMapConfigurationArgs(val colorScale: Output<DashboardColorScaleArgs>? = null, val columnLabelOptions: Output<DashboardChartAxisLabelOptionsArgs>? = null, val dataLabels: Output<DashboardDataLabelOptionsArgs>? = null, val fieldWells: Output<DashboardHeatMapFieldWellsArgs>? = null, val legend: Output<DashboardLegendOptionsArgs>? = null, val rowLabelOptions: Output<DashboardChartAxisLabelOptionsArgs>? = null, val sortConfiguration: Output<DashboardHeatMapSortConfigurationArgs>? = null, val tooltip: Output<DashboardTooltipOptionsArgs>? = null) : ConvertibleToJava<DashboardHeatMapConfigurationArgs>

Constructors

Link copied to clipboard
constructor(colorScale: Output<DashboardColorScaleArgs>? = null, columnLabelOptions: Output<DashboardChartAxisLabelOptionsArgs>? = null, dataLabels: Output<DashboardDataLabelOptionsArgs>? = null, fieldWells: Output<DashboardHeatMapFieldWellsArgs>? = null, legend: Output<DashboardLegendOptionsArgs>? = null, rowLabelOptions: Output<DashboardChartAxisLabelOptionsArgs>? = null, sortConfiguration: Output<DashboardHeatMapSortConfigurationArgs>? = null, tooltip: Output<DashboardTooltipOptionsArgs>? = null)

Properties

Link copied to clipboard
val colorScale: Output<DashboardColorScaleArgs>? = null

The color options (gradient color, point of divergence) in a heat map.

Link copied to clipboard

The label options of the column that is displayed in a heat map.

Link copied to clipboard

The options that determine if visual data labels are displayed.

Link copied to clipboard

The field wells of the visual.

Link copied to clipboard
val legend: Output<DashboardLegendOptionsArgs>? = null

The legend display setup of the visual.

Link copied to clipboard

The label options of the row that is displayed in a heat map .

Link copied to clipboard

The sort configuration of a heat map.

Link copied to clipboard

The tooltip display setup of the visual.

Functions

Link copied to clipboard
open override fun toJava(): DashboardHeatMapConfigurationArgs