DashboardComboChartConfiguration

data class DashboardComboChartConfiguration(val barDataLabels: DashboardDataLabelOptions? = null, val barsArrangement: DashboardBarsArrangement? = null, val categoryAxis: DashboardAxisDisplayOptions? = null, val categoryLabelOptions: DashboardChartAxisLabelOptions? = null, val colorLabelOptions: DashboardChartAxisLabelOptions? = null, val fieldWells: DashboardComboChartFieldWells? = null, val interactions: DashboardVisualInteractionOptions? = null, val legend: DashboardLegendOptions? = null, val lineDataLabels: DashboardDataLabelOptions? = null, val primaryYAxisDisplayOptions: DashboardAxisDisplayOptions? = null, val primaryYAxisLabelOptions: DashboardChartAxisLabelOptions? = null, val referenceLines: List<DashboardReferenceLine>? = null, val secondaryYAxisDisplayOptions: DashboardAxisDisplayOptions? = null, val secondaryYAxisLabelOptions: DashboardChartAxisLabelOptions? = null, val singleAxisOptions: DashboardSingleAxisOptions? = null, val sortConfiguration: DashboardComboChartSortConfiguration? = null, val tooltip: DashboardTooltipOptions? = null, val visualPalette: DashboardVisualPalette? = null)

Constructors

Link copied to clipboard
constructor(barDataLabels: DashboardDataLabelOptions? = null, barsArrangement: DashboardBarsArrangement? = null, categoryAxis: DashboardAxisDisplayOptions? = null, categoryLabelOptions: DashboardChartAxisLabelOptions? = null, colorLabelOptions: DashboardChartAxisLabelOptions? = null, fieldWells: DashboardComboChartFieldWells? = null, interactions: DashboardVisualInteractionOptions? = null, legend: DashboardLegendOptions? = null, lineDataLabels: DashboardDataLabelOptions? = null, primaryYAxisDisplayOptions: DashboardAxisDisplayOptions? = null, primaryYAxisLabelOptions: DashboardChartAxisLabelOptions? = null, referenceLines: List<DashboardReferenceLine>? = null, secondaryYAxisDisplayOptions: DashboardAxisDisplayOptions? = null, secondaryYAxisLabelOptions: DashboardChartAxisLabelOptions? = null, singleAxisOptions: DashboardSingleAxisOptions? = null, sortConfiguration: DashboardComboChartSortConfiguration? = null, tooltip: DashboardTooltipOptions? = null, visualPalette: DashboardVisualPalette? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The options that determine if visual data labels are displayed. The data label options for a bar in a combo chart.

Link copied to clipboard

Determines the bar arrangement in a combo chart. The following are valid values in this structure:

Link copied to clipboard

The category axis of a combo chart.

Link copied to clipboard

The label options (label text, label visibility, and sort icon visibility) of a combo chart category (group/color) field well.

Link copied to clipboard

The label options (label text, label visibility, and sort icon visibility) of a combo chart's color field well.

Link copied to clipboard

The field wells of the visual.

Link copied to clipboard

The general visual interactions setup for a visual.

Link copied to clipboard

The legend display setup of the visual.

Link copied to clipboard

The options that determine if visual data labels are displayed. The data label options for a line in a combo chart.

Link copied to clipboard

The label display options (grid line, range, scale, and axis step) of a combo chart's primary y-axis (bar) field well.

Link copied to clipboard

The label options (label text, label visibility, and sort icon visibility) of a combo chart's primary y-axis (bar) field well.

Link copied to clipboard

The reference line setup of the visual.

Link copied to clipboard

The label display options (grid line, range, scale, axis step) of a combo chart's secondary y-axis (line) field well.

Link copied to clipboard

The label options (label text, label visibility, and sort icon visibility) of a combo chart's secondary y-axis(line) field well.

Link copied to clipboard
Link copied to clipboard

The sort configuration of a ComboChartVisual .

Link copied to clipboard

The legend display setup of the visual.

Link copied to clipboard

The palette (chart color) display setup of the visual.