DashboardAxisDisplayRangeArgs

data class DashboardAxisDisplayRangeArgs(val dataDriven: Output<DashboardAxisDisplayDataDrivenRangeArgs>? = null, val minMax: Output<DashboardAxisDisplayMinMaxRangeArgs>? = null) : ConvertibleToJava<DashboardAxisDisplayRangeArgs>

Constructors

Link copied to clipboard
constructor(dataDriven: Output<DashboardAxisDisplayDataDrivenRangeArgs>? = null, minMax: Output<DashboardAxisDisplayMinMaxRangeArgs>? = null)

Properties

Link copied to clipboard

The data-driven setup of an axis display range.

Link copied to clipboard

The minimum and maximum setup of an axis display range.

Functions

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