Module Values_0.DataBarsOptionsSource

The options for data bars.

Sourcetype nonrec t = {
  1. fieldId : FieldId.t;
    (*

    The field ID for the data bars options.

    *)
  2. positiveColor : HexColor.t option;
    (*

    The color of the positive data bar.

    *)
  3. negativeColor : HexColor.t option;
    (*

    The color of the negative data bar.

    *)
}
Sourceval context_ : string
Sourceval make : ?positiveColor:??? -> ?negativeColor:??? -> fieldId:FieldId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of FieldId.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