DashboardAxisLinearScaleArgs

data class DashboardAxisLinearScaleArgs(val stepCount: Output<Double>? = null, val stepSize: Output<Double>? = null) : ConvertibleToJava<DashboardAxisLinearScaleArgs>

Constructors

Link copied to clipboard
constructor(stepCount: Output<Double>? = null, stepSize: Output<Double>? = null)

Properties

Link copied to clipboard
val stepCount: Output<Double>? = null

The step count setup of a linear axis.

Link copied to clipboard
val stepSize: Output<Double>? = null

The step size setup of a linear axis.

Functions

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