DashboardYAxisOptionsArgs

data class DashboardYAxisOptionsArgs(val yAxis: Output<DashboardSingleYAxisOption>) : ConvertibleToJava<DashboardYAxisOptionsArgs>

Constructors

Link copied to clipboard
constructor(yAxis: Output<DashboardSingleYAxisOption>)

Properties

Link copied to clipboard

The Y axis type to be used in the chart. If you choose PRIMARY_Y_AXIS , the primary Y Axis is located on the leftmost vertical axis of the chart.

Functions

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