TemplateFunnelChartConfiguration

data class TemplateFunnelChartConfiguration(val categoryLabelOptions: TemplateChartAxisLabelOptions? = null, val dataLabelOptions: TemplateFunnelChartDataLabelOptions? = null, val fieldWells: TemplateFunnelChartFieldWells? = null, val sortConfiguration: TemplateFunnelChartSortConfiguration? = null, val tooltip: TemplateTooltipOptions? = null, val valueLabelOptions: TemplateChartAxisLabelOptions? = null, val visualPalette: TemplateVisualPalette? = null)

Constructors

Link copied to clipboard
constructor(categoryLabelOptions: TemplateChartAxisLabelOptions? = null, dataLabelOptions: TemplateFunnelChartDataLabelOptions? = null, fieldWells: TemplateFunnelChartFieldWells? = null, sortConfiguration: TemplateFunnelChartSortConfiguration? = null, tooltip: TemplateTooltipOptions? = null, valueLabelOptions: TemplateChartAxisLabelOptions? = null, visualPalette: TemplateVisualPalette? = 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 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 .