Template Gauge Chart Configuration
data class TemplateGaugeChartConfiguration(val dataLabels: TemplateDataLabelOptions? = null, val fieldWells: TemplateGaugeChartFieldWells? = null, val gaugeChartOptions: TemplateGaugeChartOptions? = null, val tooltipOptions: TemplateTooltipOptions? = null, val visualPalette: TemplateVisualPalette? = null)
Constructors
Link copied to clipboard
constructor(dataLabels: TemplateDataLabelOptions? = null, fieldWells: TemplateGaugeChartFieldWells? = null, gaugeChartOptions: TemplateGaugeChartOptions? = null, tooltipOptions: TemplateTooltipOptions? = null, visualPalette: TemplateVisualPalette? = null)
Properties
Link copied to clipboard
The data label configuration of a GaugeChartVisual
.
Link copied to clipboard
The field well configuration of a GaugeChartVisual
.
Link copied to clipboard
The options that determine the presentation of the GaugeChartVisual
.
Link copied to clipboard
The tooltip configuration of a GaugeChartVisual
.
Link copied to clipboard
The visual palette configuration of a GaugeChartVisual
.