Dashboard Bar Chart Aggregated Field Wells
data class DashboardBarChartAggregatedFieldWells(val category: List<DashboardDimensionField>? = null, val colors: List<DashboardDimensionField>? = null, val smallMultiples: List<DashboardDimensionField>? = null, val values: List<DashboardMeasureField>? = null)
Constructors
Link copied to clipboard
fun DashboardBarChartAggregatedFieldWells(category: List<DashboardDimensionField>? = null, colors: List<DashboardDimensionField>? = null, smallMultiples: List<DashboardDimensionField>? = null, values: List<DashboardMeasureField>? = null)