Dashboard Combo Chart Aggregated Field Wells
data class DashboardComboChartAggregatedFieldWells(val barValues: List<DashboardMeasureField>? = null, val category: List<DashboardDimensionField>? = null, val colors: List<DashboardDimensionField>? = null, val lineValues: List<DashboardMeasureField>? = null)
Constructors
Link copied to clipboard
fun DashboardComboChartAggregatedFieldWells(barValues: List<DashboardMeasureField>? = null, category: List<DashboardDimensionField>? = null, colors: List<DashboardDimensionField>? = null, lineValues: List<DashboardMeasureField>? = null)