TemplateColumnTooltipItemArgs

data class TemplateColumnTooltipItemArgs(val aggregation: Output<TemplateAggregationFunctionArgs>? = null, val column: Output<TemplateColumnIdentifierArgs>, val label: Output<String>? = null, val tooltipTarget: Output<TemplateTooltipTarget>? = null, val visibility: Output<TemplateVisibility>? = null) : ConvertibleToJava<TemplateColumnTooltipItemArgs>

Constructors

Link copied to clipboard
constructor(aggregation: Output<TemplateAggregationFunctionArgs>? = null, column: Output<TemplateColumnIdentifierArgs>, label: Output<String>? = null, tooltipTarget: Output<TemplateTooltipTarget>? = null, visibility: Output<TemplateVisibility>? = null)

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: Output<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: Output<TemplateVisibility>? = null

The visibility of the tooltip item.

Functions

Link copied to clipboard
open override fun toJava(): TemplateColumnTooltipItemArgs