AnalysisPivotTableOptions

data class AnalysisPivotTableOptions(val cellStyle: AnalysisTableCellStyle? = null, val collapsedRowDimensionsVisibility: AnalysisVisibility? = null, val columnHeaderStyle: AnalysisTableCellStyle? = null, val columnNamesVisibility: AnalysisVisibility? = null, val defaultCellWidth: String? = null, val metricPlacement: AnalysisPivotTableMetricPlacement? = null, val rowAlternateColorOptions: AnalysisRowAlternateColorOptions? = null, val rowFieldNamesStyle: AnalysisTableCellStyle? = null, val rowHeaderStyle: AnalysisTableCellStyle? = null, val rowsLabelOptions: AnalysisPivotTableRowsLabelOptions? = null, val rowsLayout: AnalysisPivotTableRowsLayout? = null, val singleMetricVisibility: AnalysisVisibility? = null, val toggleButtonsVisibility: AnalysisVisibility? = null)

Constructors

Link copied to clipboard
constructor(cellStyle: AnalysisTableCellStyle? = null, collapsedRowDimensionsVisibility: AnalysisVisibility? = null, columnHeaderStyle: AnalysisTableCellStyle? = null, columnNamesVisibility: AnalysisVisibility? = null, defaultCellWidth: String? = null, metricPlacement: AnalysisPivotTableMetricPlacement? = null, rowAlternateColorOptions: AnalysisRowAlternateColorOptions? = null, rowFieldNamesStyle: AnalysisTableCellStyle? = null, rowHeaderStyle: AnalysisTableCellStyle? = null, rowsLabelOptions: AnalysisPivotTableRowsLabelOptions? = null, rowsLayout: AnalysisPivotTableRowsLayout? = null, singleMetricVisibility: AnalysisVisibility? = null, toggleButtonsVisibility: AnalysisVisibility? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The table cell style of cells.

Link copied to clipboard

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 .

Link copied to clipboard

The table cell style of the column header.

Link copied to clipboard

The visibility of the column names.

Link copied to clipboard

String based length that is composed of value and unit in px

Link copied to clipboard

The metric placement (row, column) options.

Link copied to clipboard

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

Link copied to clipboard

The table cell style of row field names.

Link copied to clipboard

The table cell style of the row headers.

Link copied to clipboard

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

Link copied to clipboard

The layout for the row dimension headers of a pivot table. Choose one of the following options.

Link copied to clipboard

The visibility of the single metric options.

Link copied to clipboard

Determines the visibility of the pivot table.