Dashboard Tree Map Configuration Args
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)