Module Values_0.YAxisOptionsSource

The options that are available for a single Y axis in a chart.

Sourcetype nonrec t = {
  1. yAxis : SingleYAxisOption.t;
    (*

    The Y axis type to be used in the chart. If you choose PRIMARY_Y_AXIS, the primary Y Axis is located on the leftmost vertical axis of the chart.

    *)
}
Sourceval context_ : string
Sourceval make : yAxis:SingleYAxisOption.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string ]) 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