DashboardLegendOptionsArgs

data class DashboardLegendOptionsArgs(val height: Output<String>? = null, val position: Output<DashboardLegendPosition>? = null, val title: Output<DashboardLabelOptionsArgs>? = null, val visibility: Output<DashboardVisibility>? = null, val width: Output<String>? = null) : ConvertibleToJava<DashboardLegendOptionsArgs>

Constructors

Link copied to clipboard
constructor(height: Output<String>? = null, position: Output<DashboardLegendPosition>? = null, title: Output<DashboardLabelOptionsArgs>? = null, visibility: Output<DashboardVisibility>? = null, width: Output<String>? = null)

Properties

Link copied to clipboard
val height: Output<String>? = null

String based length that is composed of value and unit in px

Link copied to clipboard
val position: Output<DashboardLegendPosition>? = null

The positions for the legend. Choose one of the following options:

Link copied to clipboard
val title: Output<DashboardLabelOptionsArgs>? = null

The custom title for the legend.

Link copied to clipboard
val visibility: Output<DashboardVisibility>? = null

Determines whether or not the legend is visible.

Link copied to clipboard
val width: Output<String>? = null

String based length that is composed of value and unit in px

Functions

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