TemplateFunnelChartDataLabelOptions

data class TemplateFunnelChartDataLabelOptions(val categoryLabelVisibility: TemplateVisibility? = null, val labelColor: String? = null, val labelFontConfiguration: TemplateFontConfiguration? = null, val measureDataLabelStyle: TemplateFunnelChartMeasureDataLabelStyle? = null, val measureLabelVisibility: TemplateVisibility? = null, val position: TemplateDataLabelPosition? = null, val visibility: TemplateVisibility? = null)

Constructors

Link copied to clipboard
constructor(categoryLabelVisibility: TemplateVisibility? = null, labelColor: String? = null, labelFontConfiguration: TemplateFontConfiguration? = null, measureDataLabelStyle: TemplateFunnelChartMeasureDataLabelStyle? = null, measureLabelVisibility: TemplateVisibility? = null, position: TemplateDataLabelPosition? = null, visibility: TemplateVisibility? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The visibility of the category labels within the data labels.

Link copied to clipboard
val labelColor: String? = null

The color of the data label text.

Link copied to clipboard

The font configuration for the data labels. Only the FontSize attribute of the font configuration is used for data labels.

Link copied to clipboard

Determines the style of the metric labels.

Link copied to clipboard

The visibility of the measure labels within the data labels.

Link copied to clipboard

Determines the positioning of the data label relative to a section of the funnel.

Link copied to clipboard

The visibility option that determines if data labels are displayed.