DashboardColumnTooltipItemArgs

data class DashboardColumnTooltipItemArgs(val aggregation: Output<DashboardAggregationFunctionArgs>? = null, val column: Output<DashboardColumnIdentifierArgs>, val label: Output<String>? = null, val tooltipTarget: Output<DashboardTooltipTarget>? = null, val visibility: Output<DashboardVisibility>? = null) : ConvertibleToJava<DashboardColumnTooltipItemArgs>

Constructors

Link copied to clipboard
constructor(aggregation: Output<DashboardAggregationFunctionArgs>? = null, column: Output<DashboardColumnIdentifierArgs>, label: Output<String>? = null, tooltipTarget: Output<DashboardTooltipTarget>? = null, visibility: Output<DashboardVisibility>? = 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<DashboardVisibility>? = null

The visibility of the tooltip item.

Functions

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