Dashboard Heat Map Configuration Args
data class DashboardHeatMapConfigurationArgs(val colorScale: Output<DashboardColorScaleArgs>? = null, val columnLabelOptions: Output<DashboardChartAxisLabelOptionsArgs>? = null, val dataLabels: Output<DashboardDataLabelOptionsArgs>? = null, val fieldWells: Output<DashboardHeatMapFieldWellsArgs>? = null, val legend: Output<DashboardLegendOptionsArgs>? = null, val rowLabelOptions: Output<DashboardChartAxisLabelOptionsArgs>? = null, val sortConfiguration: Output<DashboardHeatMapSortConfigurationArgs>? = null, val tooltip: Output<DashboardTooltipOptionsArgs>? = null) : ConvertibleToJava<DashboardHeatMapConfigurationArgs>
Constructors
Link copied to clipboard
fun DashboardHeatMapConfigurationArgs(colorScale: Output<DashboardColorScaleArgs>? = null, columnLabelOptions: Output<DashboardChartAxisLabelOptionsArgs>? = null, dataLabels: Output<DashboardDataLabelOptionsArgs>? = null, fieldWells: Output<DashboardHeatMapFieldWellsArgs>? = null, legend: Output<DashboardLegendOptionsArgs>? = null, rowLabelOptions: Output<DashboardChartAxisLabelOptionsArgs>? = null, sortConfiguration: Output<DashboardHeatMapSortConfigurationArgs>? = null, tooltip: Output<DashboardTooltipOptionsArgs>? = null)