TemplateColumnTooltipItem

data class TemplateColumnTooltipItem(val aggregation: TemplateAggregationFunction? = null, val column: TemplateColumnIdentifier, val label: String? = null, val tooltipTarget: TemplateTooltipTarget? = null, val visibility: Any? = null)

Constructors

Link copied to clipboard
constructor(aggregation: TemplateAggregationFunction? = null, column: TemplateColumnIdentifier, label: String? = null, tooltipTarget: TemplateTooltipTarget? = null, visibility: Any? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The aggregation function of the column tooltip item.

Link copied to clipboard

The target column of the tooltip item.

Link copied to clipboard
val label: String? = null

The label of the tooltip item.

Link copied to clipboard

Determines the target of the column tooltip item in a combo chart visual.

Link copied to clipboard
val visibility: Any? = null

The visibility of the tooltip item.