AnalysisTreeMapConfigurationArgs

data class AnalysisTreeMapConfigurationArgs(val colorLabelOptions: Output<AnalysisChartAxisLabelOptionsArgs>? = null, val colorScale: Output<AnalysisColorScaleArgs>? = null, val dataLabels: Output<AnalysisDataLabelOptionsArgs>? = null, val fieldWells: Output<AnalysisTreeMapFieldWellsArgs>? = null, val groupLabelOptions: Output<AnalysisChartAxisLabelOptionsArgs>? = null, val interactions: Output<AnalysisVisualInteractionOptionsArgs>? = null, val legend: Output<AnalysisLegendOptionsArgs>? = null, val sizeLabelOptions: Output<AnalysisChartAxisLabelOptionsArgs>? = null, val sortConfiguration: Output<AnalysisTreeMapSortConfigurationArgs>? = null, val tooltip: Output<AnalysisTooltipOptionsArgs>? = null) : ConvertibleToJava<AnalysisTreeMapConfigurationArgs>

Constructors

Link copied to clipboard
constructor(colorLabelOptions: Output<AnalysisChartAxisLabelOptionsArgs>? = null, colorScale: Output<AnalysisColorScaleArgs>? = null, dataLabels: Output<AnalysisDataLabelOptionsArgs>? = null, fieldWells: Output<AnalysisTreeMapFieldWellsArgs>? = null, groupLabelOptions: Output<AnalysisChartAxisLabelOptionsArgs>? = null, interactions: Output<AnalysisVisualInteractionOptionsArgs>? = null, legend: Output<AnalysisLegendOptionsArgs>? = null, sizeLabelOptions: Output<AnalysisChartAxisLabelOptionsArgs>? = null, sortConfiguration: Output<AnalysisTreeMapSortConfigurationArgs>? = null, tooltip: Output<AnalysisTooltipOptionsArgs>? = null)

Properties

Link copied to clipboard

The label options (label text, label visibility) for the colors displayed in a tree map.

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

The color options (gradient color, point of divergence) of a tree 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 label options (label text, label visibility) of the groups that are displayed in a tree map.

Link copied to clipboard

The general visual interactions setup for a visual.

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

The legend display setup of the visual.

Link copied to clipboard

The label options (label text, label visibility) of the sizes that are displayed in a tree map.

Link copied to clipboard

The sort configuration of a tree map.

Link copied to clipboard
val tooltip: Output<AnalysisTooltipOptionsArgs>? = null

The tooltip display setup of the visual.

Functions

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