Module Values_0.ArcConfigurationSource

The arc configuration of a GaugeChartVisual.

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

    The option that determines the arc angle of a GaugeChartVisual.

    *)
  2. arcThickness : ArcThicknessOptions.t option;
    (*

    The options that determine the arc thickness of a GaugeChartVisual.

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