Template Axis Linear Scale Args
data class TemplateAxisLinearScaleArgs(val stepCount: Output<Double>? = null, val stepSize: Output<Double>? = null) : ConvertibleToJava<TemplateAxisLinearScaleArgs>
Constructors
Link copied to clipboard
fun TemplateAxisLinearScaleArgs(stepCount: Output<Double>? = null, stepSize: Output<Double>? = null)