Module Values_0.PivotTableOptionsSource

The table options for a pivot table visual.

Sourcetype nonrec t = {
  1. metricPlacement : PivotTableMetricPlacement.t option;
    (*

    The metric placement (row, column) options.

    *)
  2. singleMetricVisibility : Visibility.t option;
    (*

    The visibility of the single metric options.

    *)
  3. columnNamesVisibility : Visibility.t option;
    (*

    The visibility of the column names.

    *)
  4. toggleButtonsVisibility : Visibility.t option;
    (*

    Determines the visibility of the pivot table.

    *)
  5. columnHeaderStyle : TableCellStyle.t option;
    (*

    The table cell style of the column header.

    *)
  6. rowHeaderStyle : TableCellStyle.t option;
    (*

    The table cell style of the row headers.

    *)
  7. cellStyle : TableCellStyle.t option;
    (*

    The table cell style of cells.

    *)
  8. rowFieldNamesStyle : TableCellStyle.t option;
    (*

    The table cell style of row field names.

    *)
  9. rowAlternateColorOptions : RowAlternateColorOptions.t option;
    (*

    The row alternate color options (widget status, row alternate colors).

    *)
  10. collapsedRowDimensionsVisibility : Visibility.t option;
    (*

    The visibility setting of a pivot table's collapsed row dimension fields. If the value of this structure is HIDDEN, all collapsed columns in a pivot table are automatically hidden. The default value is VISIBLE.

    *)
  11. rowsLayout : PivotTableRowsLayout.t option;
    (*

    The layout for the row dimension headers of a pivot table. Choose one of the following options. TABULAR: (Default) Each row field is displayed in a separate column. HIERARCHY: All row fields are displayed in a single column. Indentation is used to differentiate row headers of different fields.

    *)
  12. rowsLabelOptions : PivotTableRowsLabelOptions.t option;
    (*

    The options for the label that is located above the row headers. This option is only applicable when RowsLayout is set to HIERARCHY.

    *)
  13. defaultCellWidth : PixelLength.t option;
    (*

    The default cell width of the pivot table.

    *)
}
Sourceval make : ?metricPlacement:??? -> ?singleMetricVisibility:??? -> ?columnNamesVisibility:??? -> ?toggleButtonsVisibility:??? -> ?columnHeaderStyle:??? -> ?rowHeaderStyle:??? -> ?cellStyle:??? -> ?rowFieldNamesStyle:??? -> ?rowAlternateColorOptions:??? -> ?collapsedRowDimensionsVisibility:??? -> ?rowsLayout:??? -> ?rowsLabelOptions:??? -> ?defaultCellWidth:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of PixelLength.t | `Structure of (string * [> `Enum of string | `Integer of TableFieldHeight.t | `List of [> `String of HexColor.t ] list | `String of HexColor.t | `Structure of (string * [> `Enum of string | `String of HexColor.t | `Structure of (string * [> `Enum of string | `Integer of TableBorderThickness.t | `String of PixelLength.t | `Structure of (string * [> `Enum of string | `Integer of TableBorderThickness.t | `String of HexColor.t ]) 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