DashboardGaugeChartConfiguration

data class DashboardGaugeChartConfiguration(val dataLabels: DashboardDataLabelOptions? = null, val fieldWells: DashboardGaugeChartFieldWells? = null, val gaugeChartOptions: DashboardGaugeChartOptions? = null, val tooltipOptions: DashboardTooltipOptions? = null, val visualPalette: DashboardVisualPalette? = null)

Constructors

Link copied to clipboard
constructor(dataLabels: DashboardDataLabelOptions? = null, fieldWells: DashboardGaugeChartFieldWells? = null, gaugeChartOptions: DashboardGaugeChartOptions? = null, tooltipOptions: DashboardTooltipOptions? = null, visualPalette: DashboardVisualPalette? = null)

Types

Link copied to clipboard
object Companion

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 .