DashboardFunnelChartConfiguration

data class DashboardFunnelChartConfiguration(val categoryLabelOptions: DashboardChartAxisLabelOptions? = null, val dataLabelOptions: DashboardFunnelChartDataLabelOptions? = null, val fieldWells: DashboardFunnelChartFieldWells? = null, val interactions: DashboardVisualInteractionOptions? = null, val sortConfiguration: DashboardFunnelChartSortConfiguration? = null, val tooltip: DashboardTooltipOptions? = null, val valueLabelOptions: DashboardChartAxisLabelOptions? = null, val visualPalette: DashboardVisualPalette? = null)

Constructors

Link copied to clipboard
constructor(categoryLabelOptions: DashboardChartAxisLabelOptions? = null, dataLabelOptions: DashboardFunnelChartDataLabelOptions? = null, fieldWells: DashboardFunnelChartFieldWells? = null, interactions: DashboardVisualInteractionOptions? = null, sortConfiguration: DashboardFunnelChartSortConfiguration? = null, tooltip: DashboardTooltipOptions? = null, valueLabelOptions: DashboardChartAxisLabelOptions? = null, visualPalette: DashboardVisualPalette? = null)

Types

Link copied to clipboard
object Companion

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 general visual interactions setup for a visual.

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 .