DashboardNumericAxisOptionsArgs

data class DashboardNumericAxisOptionsArgs(val range: Output<DashboardAxisDisplayRangeArgs>? = null, val scale: Output<DashboardAxisScaleArgs>? = null) : ConvertibleToJava<DashboardNumericAxisOptionsArgs>

Constructors

Link copied to clipboard
constructor(range: Output<DashboardAxisDisplayRangeArgs>? = null, scale: Output<DashboardAxisScaleArgs>? = null)

Properties

Link copied to clipboard

The range setup of a numeric axis.

Link copied to clipboard
val scale: Output<DashboardAxisScaleArgs>? = null

The scale setup of a numeric axis.

Functions

Link copied to clipboard
open override fun toJava(): DashboardNumericAxisOptionsArgs