Module Values_0.BarSeriesItemSource

The series item configuration of a BarChartVisual. This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

Sourcetype nonrec t = {
  1. fieldBarSeriesItem : FieldBarSeriesItem.t option;
    (*

    The field series item configuration of a BarChartVisual.

    *)
  2. dataFieldBarSeriesItem : DataFieldBarSeriesItem.t option;
    (*

    The data field series item configuration of a BarChartVisual.

    *)
}
Sourceval make : ?fieldBarSeriesItem:??? -> ?dataFieldBarSeriesItem:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `String of FieldId.t | `Structure of (string * [> `Structure of (string * [> `Enum of string | `String of ElementValue.t ]) 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