Analysis Heat Map Configuration Args
data class AnalysisHeatMapConfigurationArgs(val colorScale: Output<AnalysisColorScaleArgs>? = null, val columnLabelOptions: Output<AnalysisChartAxisLabelOptionsArgs>? = null, val dataLabels: Output<AnalysisDataLabelOptionsArgs>? = null, val fieldWells: Output<AnalysisHeatMapFieldWellsArgs>? = null, val legend: Output<AnalysisLegendOptionsArgs>? = null, val rowLabelOptions: Output<AnalysisChartAxisLabelOptionsArgs>? = null, val sortConfiguration: Output<AnalysisHeatMapSortConfigurationArgs>? = null, val tooltip: Output<AnalysisTooltipOptionsArgs>? = null) : ConvertibleToJava<AnalysisHeatMapConfigurationArgs>
Constructors
Link copied to clipboard
constructor(colorScale: Output<AnalysisColorScaleArgs>? = null, columnLabelOptions: Output<AnalysisChartAxisLabelOptionsArgs>? = null, dataLabels: Output<AnalysisDataLabelOptionsArgs>? = null, fieldWells: Output<AnalysisHeatMapFieldWellsArgs>? = null, legend: Output<AnalysisLegendOptionsArgs>? = null, rowLabelOptions: Output<AnalysisChartAxisLabelOptionsArgs>? = null, sortConfiguration: Output<AnalysisHeatMapSortConfigurationArgs>? = null, tooltip: Output<AnalysisTooltipOptionsArgs>? = null)
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.