AnalysisHeatMapConfiguration

data class AnalysisHeatMapConfiguration(val colorScale: AnalysisColorScale? = null, val columnLabelOptions: AnalysisChartAxisLabelOptions? = null, val dataLabels: AnalysisDataLabelOptions? = null, val fieldWells: AnalysisHeatMapFieldWells? = null, val legend: AnalysisLegendOptions? = null, val rowLabelOptions: AnalysisChartAxisLabelOptions? = null, val sortConfiguration: AnalysisHeatMapSortConfiguration? = null, val tooltip: AnalysisTooltipOptions? = null)

Constructors

Link copied to clipboard
constructor(colorScale: AnalysisColorScale? = null, columnLabelOptions: AnalysisChartAxisLabelOptions? = null, dataLabels: AnalysisDataLabelOptions? = null, fieldWells: AnalysisHeatMapFieldWells? = null, legend: AnalysisLegendOptions? = null, rowLabelOptions: AnalysisChartAxisLabelOptions? = null, sortConfiguration: AnalysisHeatMapSortConfiguration? = null, tooltip: AnalysisTooltipOptions? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

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.