Module Values_0.ArcAxisDisplayRangeSource

The arc axis range of a GaugeChartVisual.

Sourcetype nonrec t = {
  1. min : Double.t option;
    (*

    The minimum value of the arc axis range.

    *)
  2. max : Double.t option;
    (*

    The maximum value of the arc axis range.

    *)
}
Sourceval make : ?min:??? -> ?max:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Double of Double.t ]) 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