DashboardDataLabelTypeArgs

data class DashboardDataLabelTypeArgs(val dataPathLabelType: Output<DashboardDataPathLabelTypeArgs>? = null, val fieldLabelType: Output<DashboardFieldLabelTypeArgs>? = null, val maximumLabelType: Output<DashboardMaximumLabelTypeArgs>? = null, val minimumLabelType: Output<DashboardMinimumLabelTypeArgs>? = null, val rangeEndsLabelType: Output<DashboardRangeEndsLabelTypeArgs>? = null) : ConvertibleToJava<DashboardDataLabelTypeArgs>

Constructors

Link copied to clipboard
constructor(dataPathLabelType: Output<DashboardDataPathLabelTypeArgs>? = null, fieldLabelType: Output<DashboardFieldLabelTypeArgs>? = null, maximumLabelType: Output<DashboardMaximumLabelTypeArgs>? = null, minimumLabelType: Output<DashboardMinimumLabelTypeArgs>? = null, rangeEndsLabelType: Output<DashboardRangeEndsLabelTypeArgs>? = null)

Properties

Link copied to clipboard

The option that specifies individual data values for labels.

Link copied to clipboard

Determines the label configuration for the entire field.

Link copied to clipboard

Determines the label configuration for the maximum value in a visual.

Link copied to clipboard

Determines the label configuration for the minimum value in a visual.

Link copied to clipboard

Determines the label configuration for range end value in a visual.

Functions

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