AnalysisLegendOptions

data class AnalysisLegendOptions(val height: String? = null, val position: AnalysisLegendPosition? = null, val title: AnalysisLabelOptions? = null, val visibility: AnalysisVisibility? = null, val width: String? = null)

Constructors

Link copied to clipboard
constructor(height: String? = null, position: AnalysisLegendPosition? = null, title: AnalysisLabelOptions? = null, visibility: AnalysisVisibility? = 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