Template Heat Map Configuration
data class TemplateHeatMapConfiguration(val colorScale: TemplateColorScale? = null, val columnLabelOptions: TemplateChartAxisLabelOptions? = null, val dataLabels: TemplateDataLabelOptions? = null, val fieldWells: TemplateHeatMapFieldWells? = null, val legend: TemplateLegendOptions? = null, val rowLabelOptions: TemplateChartAxisLabelOptions? = null, val sortConfiguration: TemplateHeatMapSortConfiguration? = null, val tooltip: TemplateTooltipOptions? = null)
Constructors
Link copied to clipboard
fun TemplateHeatMapConfiguration(colorScale: TemplateColorScale? = null, columnLabelOptions: TemplateChartAxisLabelOptions? = null, dataLabels: TemplateDataLabelOptions? = null, fieldWells: TemplateHeatMapFieldWells? = null, legend: TemplateLegendOptions? = null, rowLabelOptions: TemplateChartAxisLabelOptions? = null, sortConfiguration: TemplateHeatMapSortConfiguration? = null, tooltip: TemplateTooltipOptions? = null)