Module Values_0.BoxPlotChartConfigurationSource

The configuration of a BoxPlotVisual.

Sourcetype nonrec t = {
  1. fieldWells : BoxPlotFieldWells.t option;
    (*

    The field wells of the visual.

    *)
  2. sortConfiguration : BoxPlotSortConfiguration.t option;
    (*

    The sort configuration of a BoxPlotVisual.

    *)
  3. boxPlotOptions : BoxPlotOptions.t option;
    (*

    The box plot chart options for a box plot visual

    *)
  4. categoryAxis : AxisDisplayOptions.t option;
    (*

    The label display options (grid line, range, scale, axis step) of a box plot category.

    *)
  5. categoryLabelOptions : ChartAxisLabelOptions.t option;
    (*

    The label options (label text, label visibility and sort Icon visibility) of a box plot category.

    *)
  6. primaryYAxisDisplayOptions : AxisDisplayOptions.t option;
    (*

    The label display options (grid line, range, scale, axis step) of a box plot category.

    *)
  7. primaryYAxisLabelOptions : ChartAxisLabelOptions.t option;
    (*

    The label options (label text, label visibility and sort icon visibility) of a box plot value.

    *)
  8. legend : LegendOptions.t option;
  9. tooltip : TooltipOptions.t option;
    (*

    The tooltip display setup of the visual.

    *)
  10. referenceLines : ReferenceLineList.t option;
    (*

    The reference line setup of the visual.

    *)
  11. visualPalette : VisualPalette.t option;
    (*

    The palette (chart color) display setup of the visual.

    *)
  12. interactions : VisualInteractionOptions.t option;
    (*

    The general visual interactions setup for a visual.

    *)
}
Sourceval make : ?fieldWells:??? -> ?sortConfiguration:??? -> ?boxPlotOptions:??? -> ?categoryAxis:??? -> ?categoryLabelOptions:??? -> ?primaryYAxisDisplayOptions:??? -> ?primaryYAxisLabelOptions:??? -> ?legend:??? -> ?tooltip:??? -> ?referenceLines:??? -> ?visualPalette:??? -> ?interactions:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `Structure of (string * [> `Enum of string | `String of HexColor.t | `Structure of (string * [> `Double of SensitiveDouble.t | `Enum of string | `String of NonEmptyString.t | `Structure of (string * [> `Enum of string | `String of DataSetIdentifier.t | `Structure of (string * [> `Double of PercentileValue.t | `Enum of string | `String of String_.t | `Structure of (string * [> `Double of PercentileValue.t | `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 | `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `Enum of string | `String of String_.t | `Structure of (string * [> `Enum of string | `String of FieldId.t | `Structure of (string * [> `Enum of string | `String of DataSetIdentifier.t | `Structure of (string * [> `Enum of string | `String of String_.t | `Structure of (string * [> `Double of PercentileValue.t ]) list ]) list ]) list ]) list ]) list ] list | `String of PixelLength.t | `Structure of (string * [> `Double of Double.t | `Enum 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 | `Enum of string | `String of NullString.t | `Structure of (string * [> `Double of PercentileValue.t | `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 | `Long of Long.t | `String of String_.t | `Structure of (string * [> `Enum of string | `String of String_.t | `Structure of (string * [> `Double of PercentNumber.t | `Enum of string | `String of HexColor.t | `Structure of (string * [> `Double of Double.t | `Enum of string | `Integer of Integer.t | `String of PixelLength.t ]) 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