AnalysisFieldTooltipItem

data class AnalysisFieldTooltipItem(val fieldId: String, val label: String? = null, val tooltipTarget: AnalysisTooltipTarget? = null, val visibility: AnalysisVisibility? = null)

Constructors

Link copied to clipboard
constructor(fieldId: String, label: String? = null, tooltipTarget: AnalysisTooltipTarget? = null, visibility: AnalysisVisibility? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The unique ID of the field that is targeted by the tooltip.

Link copied to clipboard
val label: String? = null

The label of the tooltip item.

Link copied to clipboard

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

Link copied to clipboard

The visibility of the tooltip item.