AnalysisArcAxisConfiguration

data class AnalysisArcAxisConfiguration(val range: AnalysisArcAxisDisplayRange? = null, val reserveRange: Double? = null)

Constructors

Link copied to clipboard
constructor(range: AnalysisArcAxisDisplayRange? = null, reserveRange: Double? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The arc axis range of a GaugeChartVisual .

Link copied to clipboard
val reserveRange: Double? = null

The reserved range of the arc axis.