DashboardGaugeChartOptions

data class DashboardGaugeChartOptions(val arc: DashboardArcConfiguration? = null, val arcAxis: DashboardArcAxisConfiguration? = null, val comparison: DashboardComparisonConfiguration? = null, val primaryValueDisplayType: DashboardPrimaryValueDisplayType? = null, val primaryValueFontConfiguration: DashboardFontConfiguration? = null)

Constructors

Link copied to clipboard
constructor(arc: DashboardArcConfiguration? = null, arcAxis: DashboardArcAxisConfiguration? = null, comparison: DashboardComparisonConfiguration? = null, primaryValueDisplayType: DashboardPrimaryValueDisplayType? = null, primaryValueFontConfiguration: DashboardFontConfiguration? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The arc configuration of a GaugeChartVisual .

Link copied to clipboard

The arc axis configuration of a GaugeChartVisual .

Link copied to clipboard

The comparison configuration of a GaugeChartVisual .

Link copied to clipboard

The options that determine the primary value display type.

Link copied to clipboard

The options that determine the primary value font configuration.