Module Values_0.ComboChartConfigurationSource

The configuration of a ComboChartVisual.

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

    The field wells of the visual.

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

    The sort configuration of a ComboChartVisual.

    *)
  3. barsArrangement : BarsArrangement.t option;
    (*

    Determines the bar arrangement in a combo chart. The following are valid values in this structure: CLUSTERED: For clustered bar combo charts. STACKED: For stacked bar combo charts. STACKED_PERCENT: Do not use. If you use this value, the operation returns a validation error.

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

    The category axis of a combo chart.

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

    The label options (label text, label visibility, and sort icon visibility) of a combo chart category (group/color) field well.

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

    The label display options (grid line, range, scale, and axis step) of a combo chart's primary y-axis (bar) field well.

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

    The label options (label text, label visibility, and sort icon visibility) of a combo chart's primary y-axis (bar) field well.

    *)
  8. secondaryYAxisDisplayOptions : AxisDisplayOptions.t option;
    (*

    The label display options (grid line, range, scale, axis step) of a combo chart's secondary y-axis (line) field well.

    *)
  9. secondaryYAxisLabelOptions : ChartAxisLabelOptions.t option;
    (*

    The label options (label text, label visibility, and sort icon visibility) of a combo chart's secondary y-axis(line) field well.

    *)
  10. singleAxisOptions : SingleAxisOptions.t option;
  11. colorLabelOptions : ChartAxisLabelOptions.t option;
    (*

    The label options (label text, label visibility, and sort icon visibility) of a combo chart's color field well.

    *)
  12. defaultSeriesSettings : ComboChartDefaultSeriesSettings.t option;
    (*

    The options that determine the default presentation of all series in ComboChartVisual.

    *)
  13. series : ComboSeriesItemList.t option;
    (*

    The series item configuration of a ComboChartVisual.

    *)
  14. legend : LegendOptions.t option;
    (*

    The legend display setup of the visual.

    *)
  15. barDataLabels : DataLabelOptions.t option;
    (*

    The options that determine if visual data labels are displayed. The data label options for a bar in a combo chart.

    *)
  16. lineDataLabels : DataLabelOptions.t option;
    (*

    The options that determine if visual data labels are displayed. The data label options for a line in a combo chart.

    *)
  17. tooltip : TooltipOptions.t option;
    (*

    The legend display setup of the visual.

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

    The reference line setup of the visual.

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

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

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

    The general visual interactions setup for a visual.

    *)
}
Sourceval make : ?fieldWells:??? -> ?sortConfiguration:??? -> ?barsArrangement:??? -> ?categoryAxis:??? -> ?categoryLabelOptions:??? -> ?primaryYAxisDisplayOptions:??? -> ?primaryYAxisLabelOptions:??? -> ?secondaryYAxisDisplayOptions:??? -> ?secondaryYAxisLabelOptions:??? -> ?singleAxisOptions:??? -> ?colorLabelOptions:??? -> ?defaultSeriesSettings:??? -> ?series:??? -> ?legend:??? -> ?barDataLabels:??? -> ?lineDataLabels:??? -> ?tooltip:??? -> ?referenceLines:??? -> ?visualPalette:??? -> ?interactions:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `Enum of string | `Structure of (string * [> `Enum of string | `String of FieldId.t | `Structure of (string * [> `Double of SensitiveDouble.t | `Enum of string | `String of NonEmptyString.t | `Structure of (string * [> `Enum of string | `String of PixelLength.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 PixelLength.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