Dashboard Funnel Chart Configuration
data class DashboardFunnelChartConfiguration(val categoryLabelOptions: DashboardChartAxisLabelOptions? = null, val dataLabelOptions: DashboardFunnelChartDataLabelOptions? = null, val fieldWells: DashboardFunnelChartFieldWells? = 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, sortConfiguration: DashboardFunnelChartSortConfiguration? = null, tooltip: DashboardTooltipOptions? = null, valueLabelOptions: DashboardChartAxisLabelOptions? = null, visualPalette: DashboardVisualPalette? = 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
.