TemplateBoxPlotAggregatedFieldWells

data class TemplateBoxPlotAggregatedFieldWells(val groupBy: List<TemplateDimensionField>? = null, val values: List<TemplateMeasureField>? = null)

Constructors

Link copied to clipboard
constructor(groupBy: List<TemplateDimensionField>? = null, values: List<TemplateMeasureField>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The group by field well of a box plot chart. Values are grouped based on group by fields.

Link copied to clipboard

The value field well of a box plot chart. Values are aggregated based on group by fields.