Module Values_0.LineSeriesAxisDisplayOptionsSource

The series axis configuration of a line chart.

Sourcetype nonrec t = {
  1. axisOptions : AxisDisplayOptions.t option;
    (*

    The options that determine the presentation of the line series axis.

    *)
  2. missingDataConfigurations : MissingDataConfigurationList.t option;
    (*

    The configuration options that determine how missing data is treated during the rendering of a line chart.

    *)
}
Sourceval make : ?axisOptions:??? -> ?missingDataConfigurations:??? -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t