DashboardFunnelChartConfigurationArgs

data class DashboardFunnelChartConfigurationArgs(val categoryLabelOptions: Output<DashboardChartAxisLabelOptionsArgs>? = null, val dataLabelOptions: Output<DashboardFunnelChartDataLabelOptionsArgs>? = null, val fieldWells: Output<DashboardFunnelChartFieldWellsArgs>? = null, val sortConfiguration: Output<DashboardFunnelChartSortConfigurationArgs>? = null, val tooltip: Output<DashboardTooltipOptionsArgs>? = null, val valueLabelOptions: Output<DashboardChartAxisLabelOptionsArgs>? = null, val visualPalette: Output<DashboardVisualPaletteArgs>? = null) : ConvertibleToJava<DashboardFunnelChartConfigurationArgs>

Constructors

Link copied to clipboard
constructor(categoryLabelOptions: Output<DashboardChartAxisLabelOptionsArgs>? = null, dataLabelOptions: Output<DashboardFunnelChartDataLabelOptionsArgs>? = null, fieldWells: Output<DashboardFunnelChartFieldWellsArgs>? = null, sortConfiguration: Output<DashboardFunnelChartSortConfigurationArgs>? = null, tooltip: Output<DashboardTooltipOptionsArgs>? = null, valueLabelOptions: Output<DashboardChartAxisLabelOptionsArgs>? = null, visualPalette: Output<DashboardVisualPaletteArgs>? = null)

Properties

Link copied to clipboard

The label options of the categories that are displayed in a FunnelChartVisual .

Link copied to clipboard

The options that determine the presentation of the data labels.

Link copied to clipboard

The field well configuration of a FunnelChartVisual .

Link copied to clipboard

The sort configuration of a FunnelChartVisual .

Link copied to clipboard

The tooltip configuration of a FunnelChartVisual .

Link copied to clipboard

The label options for the values that are displayed in a FunnelChartVisual .

Link copied to clipboard

The visual palette configuration of a FunnelChartVisual .

Functions

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