DashboardNumericAxisOptions

data class DashboardNumericAxisOptions(val range: DashboardAxisDisplayRange? = null, val scale: DashboardAxisScale? = null)

Constructors

Link copied to clipboard
constructor(range: DashboardAxisDisplayRange? = null, scale: DashboardAxisScale? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The range setup of a numeric axis.

Link copied to clipboard

The scale setup of a numeric axis.