DashboardPivotTotalOptions

data class DashboardPivotTotalOptions(val customLabel: String? = null, val metricHeaderCellStyle: DashboardTableCellStyle? = null, val placement: DashboardTableTotalsPlacement? = null, val scrollStatus: DashboardTableTotalsScrollStatus? = null, val totalCellStyle: DashboardTableCellStyle? = null, val totalsVisibility: DashboardVisibility? = null, val valueCellStyle: DashboardTableCellStyle? = null)

Constructors

Link copied to clipboard
fun DashboardPivotTotalOptions(customLabel: String? = null, metricHeaderCellStyle: DashboardTableCellStyle? = null, placement: DashboardTableTotalsPlacement? = null, scrollStatus: DashboardTableTotalsScrollStatus? = null, totalCellStyle: DashboardTableCellStyle? = null, totalsVisibility: DashboardVisibility? = null, valueCellStyle: DashboardTableCellStyle? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val customLabel: String? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard