Module Values_0.ScatterPlotUnaggregatedFieldWellsSource

The unaggregated field wells of a scatter plot.

Sourcetype nonrec t = {
  1. xAxis : DimensionFieldList.t option;
    (*

    The x-axis field well of a scatter plot. The x-axis is a dimension field and cannot be aggregated.

    *)
  2. yAxis : DimensionFieldList.t option;
    (*

    The y-axis field well of a scatter plot. The y-axis is a dimension field and cannot be aggregated.

    *)
  3. size : MeasureFieldList.t option;
    (*

    The size field well of a scatter plot.

    *)
  4. category : DimensionFieldList.t option;
    (*

    The category field well of a scatter plot.

    *)
  5. label : DimensionFieldList.t option;
    (*

    The label field well of a scatter plot.

    *)
}
Sourceval make : ?xAxis:??? -> ?yAxis:??? -> ?size:??? -> ?category:??? -> ?label:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `String of FieldId.t | `Structure of (string * [> `Enum of string | `String of DataSetIdentifier.t | `Structure of (string * [> `Double of PercentileValue.t | `String of NullString.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 ]) 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