Dashboard Legend Options
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)