DashboardLegendOptions

data class DashboardLegendOptions(val height: String? = null, val position: DashboardLegendPosition? = null, val title: DashboardLabelOptions? = null, val valueFontConfiguration: DashboardFontConfiguration? = null, val visibility: DashboardVisibility? = null, val width: String? = null)

Constructors

Link copied to clipboard
constructor(height: String? = null, position: DashboardLegendPosition? = null, title: DashboardLabelOptions? = null, valueFontConfiguration: DashboardFontConfiguration? = null, visibility: DashboardVisibility? = null, width: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val height: String? = null

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

Link copied to clipboard

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

Link copied to clipboard

The custom title for the legend.

Link copied to clipboard

Determines whether or not the legend is visible.

Link copied to clipboard
val width: String? = null

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