Module Values_0.BarChartConfigurationSource

The configuration of a BarChartVisual.

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

    The field wells of the visual.

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

    The sort configuration of a BarChartVisual.

    *)
  3. orientation : BarChartOrientation.t option;
    (*

    The orientation of the bars in a bar chart visual. There are two valid values in this structure: HORIZONTAL: Used for charts that have horizontal bars. Visuals that use this value are horizontal bar charts, horizontal stacked bar charts, and horizontal stacked 100% bar charts. VERTICAL: Used for charts that have vertical bars. Visuals that use this value are vertical bar charts, vertical stacked bar charts, and vertical stacked 100% bar charts.

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

    Determines the arrangement of the bars. The orientation and arrangement of bars determine the type of bar that is used in the visual.

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

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

    *)
  6. smallMultiplesOptions : SmallMultiplesOptions.t option;
    (*

    The small multiples setup for the visual.

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

    The label display options (grid line, range, scale, axis step) for bar chart category.

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

    The label options (label text, label visibility and sort icon visibility) for a bar chart.

    *)
  9. valueAxis : AxisDisplayOptions.t option;
    (*

    The label display options (grid line, range, scale, axis step) for a bar chart value.

    *)
  10. valueLabelOptions : ChartAxisLabelOptions.t option;
    (*

    The label options (label text, label visibility and sort icon visibility) for a bar chart value.

    *)
  11. colorLabelOptions : ChartAxisLabelOptions.t option;
    (*

    The label options (label text, label visibility and sort icon visibility) for a color that is used in a bar chart.

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

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

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

    The series item configuration of a BarChartVisual.

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

    The legend display setup of the visual.

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

    The options that determine if visual data labels are displayed.

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

    The tooltip display setup of the visual.

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

    The reference line setup of the visual.

    *)
  18. contributionAnalysisDefaults : ContributionAnalysisDefaultList.t option;
    (*

    The contribution analysis (anomaly configuration) setup of the visual.

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

    The general visual interactions setup for a visual.

    *)
}
Sourceval make : ?fieldWells:??? -> ?sortConfiguration:??? -> ?orientation:??? -> ?barsArrangement:??? -> ?visualPalette:??? -> ?smallMultiplesOptions:??? -> ?categoryAxis:??? -> ?categoryLabelOptions:??? -> ?valueAxis:??? -> ?valueLabelOptions:??? -> ?colorLabelOptions:??? -> ?defaultSeriesSettings:??? -> ?series:??? -> ?legend:??? -> ?dataLabels:??? -> ?tooltip:??? -> ?referenceLines:??? -> ?contributionAnalysisDefaults:??? -> ?interactions:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `String of DataSetIdentifier.t ]) list ] list | `String of FieldId.t | `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 ElementValue.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 HexColor.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 | `Long of VisiblePanelRows.t | `String of HexColor.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