Template Column Tooltip Item Args
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
Determines the target of the column tooltip item in a combo chart visual.
Link copied to clipboard
The visibility of the tooltip item.