AnalysisAxisLinearScaleArgs

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

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(): AnalysisAxisLinearScaleArgs