TemplateComboChartConfiguration

data class TemplateComboChartConfiguration(val barDataLabels: TemplateDataLabelOptions? = null, val barsArrangement: TemplateBarsArrangement? = null, val categoryAxis: TemplateAxisDisplayOptions? = null, val categoryLabelOptions: TemplateChartAxisLabelOptions? = null, val colorLabelOptions: TemplateChartAxisLabelOptions? = null, val fieldWells: TemplateComboChartFieldWells? = null, val interactions: TemplateVisualInteractionOptions? = null, val legend: TemplateLegendOptions? = null, val lineDataLabels: TemplateDataLabelOptions? = null, val primaryYAxisDisplayOptions: TemplateAxisDisplayOptions? = null, val primaryYAxisLabelOptions: TemplateChartAxisLabelOptions? = null, val referenceLines: List<TemplateReferenceLine>? = null, val secondaryYAxisDisplayOptions: TemplateAxisDisplayOptions? = null, val secondaryYAxisLabelOptions: TemplateChartAxisLabelOptions? = null, val singleAxisOptions: TemplateSingleAxisOptions? = null, val sortConfiguration: TemplateComboChartSortConfiguration? = null, val tooltip: TemplateTooltipOptions? = null, val visualPalette: TemplateVisualPalette? = null)

Constructors

Link copied to clipboard
constructor(barDataLabels: TemplateDataLabelOptions? = null, barsArrangement: TemplateBarsArrangement? = null, categoryAxis: TemplateAxisDisplayOptions? = null, categoryLabelOptions: TemplateChartAxisLabelOptions? = null, colorLabelOptions: TemplateChartAxisLabelOptions? = null, fieldWells: TemplateComboChartFieldWells? = null, interactions: TemplateVisualInteractionOptions? = null, legend: TemplateLegendOptions? = null, lineDataLabels: TemplateDataLabelOptions? = null, primaryYAxisDisplayOptions: TemplateAxisDisplayOptions? = null, primaryYAxisLabelOptions: TemplateChartAxisLabelOptions? = null, referenceLines: List<TemplateReferenceLine>? = null, secondaryYAxisDisplayOptions: TemplateAxisDisplayOptions? = null, secondaryYAxisLabelOptions: TemplateChartAxisLabelOptions? = null, singleAxisOptions: TemplateSingleAxisOptions? = null, sortConfiguration: TemplateComboChartSortConfiguration? = null, tooltip: TemplateTooltipOptions? = null, visualPalette: TemplateVisualPalette? = 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.