TemplateComboChartConfigurationArgs

data class TemplateComboChartConfigurationArgs(val barDataLabels: Output<TemplateDataLabelOptionsArgs>? = null, val barsArrangement: Output<TemplateBarsArrangement>? = null, val categoryAxis: Output<TemplateAxisDisplayOptionsArgs>? = null, val categoryLabelOptions: Output<TemplateChartAxisLabelOptionsArgs>? = null, val colorLabelOptions: Output<TemplateChartAxisLabelOptionsArgs>? = null, val fieldWells: Output<TemplateComboChartFieldWellsArgs>? = null, val legend: Output<TemplateLegendOptionsArgs>? = null, val lineDataLabels: Output<TemplateDataLabelOptionsArgs>? = null, val primaryYAxisDisplayOptions: Output<TemplateAxisDisplayOptionsArgs>? = null, val primaryYAxisLabelOptions: Output<TemplateChartAxisLabelOptionsArgs>? = null, val referenceLines: Output<List<TemplateReferenceLineArgs>>? = null, val secondaryYAxisDisplayOptions: Output<TemplateAxisDisplayOptionsArgs>? = null, val secondaryYAxisLabelOptions: Output<TemplateChartAxisLabelOptionsArgs>? = null, val singleAxisOptions: Output<TemplateSingleAxisOptionsArgs>? = null, val sortConfiguration: Output<TemplateComboChartSortConfigurationArgs>? = null, val tooltip: Output<TemplateTooltipOptionsArgs>? = null, val visualPalette: Output<TemplateVisualPaletteArgs>? = null) : ConvertibleToJava<TemplateComboChartConfigurationArgs>

Constructors

Link copied to clipboard
constructor(barDataLabels: Output<TemplateDataLabelOptionsArgs>? = null, barsArrangement: Output<TemplateBarsArrangement>? = null, categoryAxis: Output<TemplateAxisDisplayOptionsArgs>? = null, categoryLabelOptions: Output<TemplateChartAxisLabelOptionsArgs>? = null, colorLabelOptions: Output<TemplateChartAxisLabelOptionsArgs>? = null, fieldWells: Output<TemplateComboChartFieldWellsArgs>? = null, legend: Output<TemplateLegendOptionsArgs>? = null, lineDataLabels: Output<TemplateDataLabelOptionsArgs>? = null, primaryYAxisDisplayOptions: Output<TemplateAxisDisplayOptionsArgs>? = null, primaryYAxisLabelOptions: Output<TemplateChartAxisLabelOptionsArgs>? = null, referenceLines: Output<List<TemplateReferenceLineArgs>>? = null, secondaryYAxisDisplayOptions: Output<TemplateAxisDisplayOptionsArgs>? = null, secondaryYAxisLabelOptions: Output<TemplateChartAxisLabelOptionsArgs>? = null, singleAxisOptions: Output<TemplateSingleAxisOptionsArgs>? = null, sortConfiguration: Output<TemplateComboChartSortConfigurationArgs>? = null, tooltip: Output<TemplateTooltipOptionsArgs>? = null, visualPalette: Output<TemplateVisualPaletteArgs>? = 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
val legend: Output<TemplateLegendOptionsArgs>? = 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
val tooltip: Output<TemplateTooltipOptionsArgs>? = null

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(): TemplateComboChartConfigurationArgs