Module Values_0.GaugeChartOptionsSource

The options that determine the presentation of the GaugeChartVisual.

Sourcetype nonrec t = {
  1. primaryValueDisplayType : PrimaryValueDisplayType.t option;
    (*

    The options that determine the primary value display type.

    *)
  2. comparison : ComparisonConfiguration.t option;
    (*

    The comparison configuration of a GaugeChartVisual.

    *)
  3. arcAxis : ArcAxisConfiguration.t option;
    (*

    The arc axis configuration of a GaugeChartVisual.

    *)
  4. arc : ArcConfiguration.t option;
    (*

    The arc configuration of a GaugeChartVisual.

    *)
  5. primaryValueFontConfiguration : FontConfiguration.t option;
    (*

    The options that determine the primary value font configuration.

    *)
}
Sourceval make : ?primaryValueDisplayType:??? -> ?comparison:??? -> ?arcAxis:??? -> ?arc:??? -> ?primaryValueFontConfiguration:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Structure of (string * [> `Double of Double.t | `Enum of string | `Integer of Integer.t | `String of HexColor.t | `Structure of (string * [> `Double of Double.t | `Enum of string | `String of PixelLength.t | `Structure of (string * [> `Enum of string | `String of Prefix.t | `Structure of (string * [> `Enum of string | `Long of DecimalPlaces.t | `String of NullString.t | `Structure of (string * [> `Enum of string ]) 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