TemplateNumericAxisOptions

data class TemplateNumericAxisOptions(val range: TemplateAxisDisplayRange? = null, val scale: TemplateAxisScale? = null)

Constructors

Link copied to clipboard
constructor(range: TemplateAxisDisplayRange? = null, scale: TemplateAxisScale? = 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.