DashboardArcAxisDisplayRange

data class DashboardArcAxisDisplayRange(val max: Double? = null, val min: Double? = null)

Constructors

Link copied to clipboard
constructor(max: Double? = null, min: Double? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val max: Double? = null

The maximum value of the arc axis range.

Link copied to clipboard
val min: Double? = null

The minimum value of the arc axis range.