DashboardTreeMapConfigurationArgs

data class DashboardTreeMapConfigurationArgs(val colorLabelOptions: Output<DashboardChartAxisLabelOptionsArgs>? = null, val colorScale: Output<DashboardColorScaleArgs>? = null, val dataLabels: Output<DashboardDataLabelOptionsArgs>? = null, val fieldWells: Output<DashboardTreeMapFieldWellsArgs>? = null, val groupLabelOptions: Output<DashboardChartAxisLabelOptionsArgs>? = null, val legend: Output<DashboardLegendOptionsArgs>? = null, val sizeLabelOptions: Output<DashboardChartAxisLabelOptionsArgs>? = null, val sortConfiguration: Output<DashboardTreeMapSortConfigurationArgs>? = null, val tooltip: Output<DashboardTooltipOptionsArgs>? = null) : ConvertibleToJava<DashboardTreeMapConfigurationArgs>

Constructors

Link copied to clipboard
fun DashboardTreeMapConfigurationArgs(colorLabelOptions: Output<DashboardChartAxisLabelOptionsArgs>? = null, colorScale: Output<DashboardColorScaleArgs>? = null, dataLabels: Output<DashboardDataLabelOptionsArgs>? = null, fieldWells: Output<DashboardTreeMapFieldWellsArgs>? = null, groupLabelOptions: Output<DashboardChartAxisLabelOptionsArgs>? = null, legend: Output<DashboardLegendOptionsArgs>? = null, sizeLabelOptions: Output<DashboardChartAxisLabelOptionsArgs>? = null, sortConfiguration: Output<DashboardTreeMapSortConfigurationArgs>? = null, tooltip: Output<DashboardTooltipOptionsArgs>? = null)

Functions

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

Properties

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