Values_0.AxisDisplayOptionsSourceThe display options for the axis label.
type nonrec t = {tickLabelOptions : AxisTickLabelOptions.t option;The tick label options of an axis.
*)axisLineVisibility : Visibility.t option;Determines whether or not the axis line is visible.
*)gridLineVisibility : Visibility.t option;Determines whether or not the grid line is visible.
*)dataOptions : AxisDataOptions.t option;The data options for an axis.
*)scrollbarOptions : ScrollBarOptions.t option;The scroll bar options for an axis.
*)axisOffset : PixelLength.t option;The offset value that determines the starting placement of the axis within a visual's bounds.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of PixelLength.t
| `Structure of
(string
* [> `Double of Double.t
| `Enum of string
| `Structure of
(string
* [> `Enum of string
| `String of String_.t
| `Structure of
(string
* [> `Double of PercentNumber.t
| `Enum of string
| `String of HexColor.t
| `Structure of
(string
* [> `Double of Double.t
| `Enum of string
| `Integer of Integer.t
| `String of PixelLength.t ])
list ])
list ])
list ])
list ])
list ]