LegendOptions

The options for the legend setup of a visual.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The height of the legend. If this value is omitted, a default height is used when rendering.

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

The width of the legend. If this value is omitted, a default width is used when rendering.

Functions

Link copied to clipboard
inline fun copy(block: LegendOptions.Builder.() -> Unit = {}): LegendOptions
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String