DashboardComboChartConfigurationArgs

data class DashboardComboChartConfigurationArgs(val barDataLabels: Output<DashboardDataLabelOptionsArgs>? = null, val barsArrangement: Output<DashboardBarsArrangement>? = null, val categoryAxis: Output<DashboardAxisDisplayOptionsArgs>? = null, val categoryLabelOptions: Output<DashboardChartAxisLabelOptionsArgs>? = null, val colorLabelOptions: Output<DashboardChartAxisLabelOptionsArgs>? = null, val fieldWells: Output<DashboardComboChartFieldWellsArgs>? = null, val interactions: Output<DashboardVisualInteractionOptionsArgs>? = null, val legend: Output<DashboardLegendOptionsArgs>? = null, val lineDataLabels: Output<DashboardDataLabelOptionsArgs>? = null, val primaryYAxisDisplayOptions: Output<DashboardAxisDisplayOptionsArgs>? = null, val primaryYAxisLabelOptions: Output<DashboardChartAxisLabelOptionsArgs>? = null, val referenceLines: Output<List<DashboardReferenceLineArgs>>? = null, val secondaryYAxisDisplayOptions: Output<DashboardAxisDisplayOptionsArgs>? = null, val secondaryYAxisLabelOptions: Output<DashboardChartAxisLabelOptionsArgs>? = null, val singleAxisOptions: Output<DashboardSingleAxisOptionsArgs>? = null, val sortConfiguration: Output<DashboardComboChartSortConfigurationArgs>? = null, val tooltip: Output<DashboardTooltipOptionsArgs>? = null, val visualPalette: Output<DashboardVisualPaletteArgs>? = null) : ConvertibleToJava<DashboardComboChartConfigurationArgs>

Constructors

Link copied to clipboard
constructor(barDataLabels: Output<DashboardDataLabelOptionsArgs>? = null, barsArrangement: Output<DashboardBarsArrangement>? = null, categoryAxis: Output<DashboardAxisDisplayOptionsArgs>? = null, categoryLabelOptions: Output<DashboardChartAxisLabelOptionsArgs>? = null, colorLabelOptions: Output<DashboardChartAxisLabelOptionsArgs>? = null, fieldWells: Output<DashboardComboChartFieldWellsArgs>? = null, interactions: Output<DashboardVisualInteractionOptionsArgs>? = null, legend: Output<DashboardLegendOptionsArgs>? = null, lineDataLabels: Output<DashboardDataLabelOptionsArgs>? = null, primaryYAxisDisplayOptions: Output<DashboardAxisDisplayOptionsArgs>? = null, primaryYAxisLabelOptions: Output<DashboardChartAxisLabelOptionsArgs>? = null, referenceLines: Output<List<DashboardReferenceLineArgs>>? = null, secondaryYAxisDisplayOptions: Output<DashboardAxisDisplayOptionsArgs>? = null, secondaryYAxisLabelOptions: Output<DashboardChartAxisLabelOptionsArgs>? = null, singleAxisOptions: Output<DashboardSingleAxisOptionsArgs>? = null, sortConfiguration: Output<DashboardComboChartSortConfigurationArgs>? = null, tooltip: Output<DashboardTooltipOptionsArgs>? = null, visualPalette: Output<DashboardVisualPaletteArgs>? = null)

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
val legend: Output<DashboardLegendOptionsArgs>? = null

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.

Functions

Link copied to clipboard
open override fun toJava(): DashboardComboChartConfigurationArgs