Values_0.LegendOptionsSourceThe options for the legend setup of a visual.
type nonrec t = {visibility : Visibility.t option;Determines whether or not the legend is visible.
*)title : LabelOptions.t option;The custom title for the legend.
*)position : LegendPosition.t option;The positions for the legend. Choose one of the following options: AUTO RIGHT BOTTOM LEFT
*)width : PixelLength.t option;The width of the legend. If this value is omitted, a default width is used when rendering.
*)height : PixelLength.t option;The height of the legend. If this value is omitted, a default height is used when rendering.
*)valueFontConfiguration : FontConfiguration.t option;}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of PixelLength.t
| `Structure of
(string
* [> `Enum of string
| `String of String_.t
| `Structure of
(string
* [> `Enum of string
| `String of HexColor.t
| `Structure of
(string * [> `Enum of string | `String of PixelLength.t ])
list ])
list ])
list ])
list ]