Values_0.LineSeriesAxisDisplayOptionsSourceThe series axis configuration of a line chart.
type nonrec t = {axisOptions : AxisDisplayOptions.t option;The options that determine the presentation of the line series axis.
*)missingDataConfigurations : MissingDataConfigurationList.t option;The configuration options that determine how missing data is treated during the rendering of a line chart.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `Enum of string ]) list ] list
| `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 ])
list ]