Module Values_0.ArcAxisConfigurationSource

The arc axis configuration of a GaugeChartVisual.

Sourcetype nonrec t = {
  1. range : ArcAxisDisplayRange.t option;
    (*

    The arc axis range of a GaugeChartVisual.

    *)
  2. reserveRange : Integer.t option;
    (*

    The reserved range of the arc axis.

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