DashboardBarChartConfigurationArgs

data class DashboardBarChartConfigurationArgs(val barsArrangement: Output<DashboardBarsArrangement>? = null, val categoryAxis: Output<DashboardAxisDisplayOptionsArgs>? = null, val categoryLabelOptions: Output<DashboardChartAxisLabelOptionsArgs>? = null, val colorLabelOptions: Output<DashboardChartAxisLabelOptionsArgs>? = null, val contributionAnalysisDefaults: Output<List<DashboardContributionAnalysisDefaultArgs>>? = null, val dataLabels: Output<DashboardDataLabelOptionsArgs>? = null, val fieldWells: Output<DashboardBarChartFieldWellsArgs>? = null, val interactions: Output<DashboardVisualInteractionOptionsArgs>? = null, val legend: Output<DashboardLegendOptionsArgs>? = null, val orientation: Output<DashboardBarChartOrientation>? = null, val referenceLines: Output<List<DashboardReferenceLineArgs>>? = null, val smallMultiplesOptions: Output<DashboardSmallMultiplesOptionsArgs>? = null, val sortConfiguration: Output<DashboardBarChartSortConfigurationArgs>? = null, val tooltip: Output<DashboardTooltipOptionsArgs>? = null, val valueAxis: Output<DashboardAxisDisplayOptionsArgs>? = null, val valueLabelOptions: Output<DashboardChartAxisLabelOptionsArgs>? = null, val visualPalette: Output<DashboardVisualPaletteArgs>? = null) : ConvertibleToJava<DashboardBarChartConfigurationArgs>

Constructors

Link copied to clipboard
constructor(barsArrangement: Output<DashboardBarsArrangement>? = null, categoryAxis: Output<DashboardAxisDisplayOptionsArgs>? = null, categoryLabelOptions: Output<DashboardChartAxisLabelOptionsArgs>? = null, colorLabelOptions: Output<DashboardChartAxisLabelOptionsArgs>? = null, contributionAnalysisDefaults: Output<List<DashboardContributionAnalysisDefaultArgs>>? = null, dataLabels: Output<DashboardDataLabelOptionsArgs>? = null, fieldWells: Output<DashboardBarChartFieldWellsArgs>? = null, interactions: Output<DashboardVisualInteractionOptionsArgs>? = null, legend: Output<DashboardLegendOptionsArgs>? = null, orientation: Output<DashboardBarChartOrientation>? = null, referenceLines: Output<List<DashboardReferenceLineArgs>>? = null, smallMultiplesOptions: Output<DashboardSmallMultiplesOptionsArgs>? = null, sortConfiguration: Output<DashboardBarChartSortConfigurationArgs>? = null, tooltip: Output<DashboardTooltipOptionsArgs>? = null, valueAxis: Output<DashboardAxisDisplayOptionsArgs>? = null, valueLabelOptions: Output<DashboardChartAxisLabelOptionsArgs>? = null, visualPalette: Output<DashboardVisualPaletteArgs>? = null)

Properties

Link copied to clipboard

Determines the arrangement of the bars. The orientation and arrangement of bars determine the type of bar that is used in the visual.

Link copied to clipboard

The label display options (grid line, range, scale, axis step) for bar chart category.

Link copied to clipboard

The label options (label text, label visibility and sort icon visibility) for a bar chart.

Link copied to clipboard

The label options (label text, label visibility and sort icon visibility) for a color that is used in a bar chart.

Link copied to clipboard

The contribution analysis (anomaly configuration) setup of the visual.

Link copied to clipboard

The options that determine if visual data labels are displayed.

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 orientation of the bars in a bar chart visual. There are two valid values in this structure:

Link copied to clipboard

The reference line setup of the visual.

Link copied to clipboard

The small multiples setup for the visual.

Link copied to clipboard

The sort configuration of a BarChartVisual .

Link copied to clipboard

The tooltip display setup of the visual.

Link copied to clipboard

The label display options (grid line, range, scale, axis step) for a bar chart value.

Link copied to clipboard

The label options (label text, label visibility and sort icon visibility) for a bar chart value.

Link copied to clipboard

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

Functions

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