TemplateLegendOptions

data class TemplateLegendOptions(val height: String? = null, val position: TemplateLegendPosition? = null, val title: TemplateLabelOptions? = null, val valueFontConfiguration: TemplateFontConfiguration? = null, val visibility: Any? = null, val width: String? = null)

Constructors

Link copied to clipboard
constructor(height: String? = null, position: TemplateLegendPosition? = null, title: TemplateLabelOptions? = null, valueFontConfiguration: TemplateFontConfiguration? = null, visibility: Any? = 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
val visibility: Any? = null

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