Dashboard Line Chart Aggregated Field Wells Args
data class DashboardLineChartAggregatedFieldWellsArgs(val category: Output<List<DashboardDimensionFieldArgs>>? = null, val colors: Output<List<DashboardDimensionFieldArgs>>? = null, val smallMultiples: Output<List<DashboardDimensionFieldArgs>>? = null, val values: Output<List<DashboardMeasureFieldArgs>>? = null) : ConvertibleToJava<DashboardLineChartAggregatedFieldWellsArgs>
Constructors
Link copied to clipboard
constructor(category: Output<List<DashboardDimensionFieldArgs>>? = null, colors: Output<List<DashboardDimensionFieldArgs>>? = null, smallMultiples: Output<List<DashboardDimensionFieldArgs>>? = null, values: Output<List<DashboardMeasureFieldArgs>>? = null)
Properties
Link copied to clipboard
The category field wells of a line chart. Values are grouped by category fields.
Link copied to clipboard
The color field wells of a line chart. Values are grouped by category fields.
Link copied to clipboard
The small multiples field well of a line chart.
Link copied to clipboard
The value field wells of a line chart. Values are aggregated based on categories.