DashboardDataLabelOptionsArgs

data class DashboardDataLabelOptionsArgs(val categoryLabelVisibility: Output<DashboardVisibility>? = null, val dataLabelTypes: Output<List<DashboardDataLabelTypeArgs>>? = null, val labelColor: Output<String>? = null, val labelContent: Output<DashboardDataLabelContent>? = null, val labelFontConfiguration: Output<DashboardFontConfigurationArgs>? = null, val measureLabelVisibility: Output<DashboardVisibility>? = null, val overlap: Output<DashboardDataLabelOverlap>? = null, val position: Output<DashboardDataLabelPosition>? = null, val totalsVisibility: Output<DashboardVisibility>? = null, val visibility: Output<DashboardVisibility>? = null) : ConvertibleToJava<DashboardDataLabelOptionsArgs>

Constructors

Link copied to clipboard
constructor(categoryLabelVisibility: Output<DashboardVisibility>? = null, dataLabelTypes: Output<List<DashboardDataLabelTypeArgs>>? = null, labelColor: Output<String>? = null, labelContent: Output<DashboardDataLabelContent>? = null, labelFontConfiguration: Output<DashboardFontConfigurationArgs>? = null, measureLabelVisibility: Output<DashboardVisibility>? = null, overlap: Output<DashboardDataLabelOverlap>? = null, position: Output<DashboardDataLabelPosition>? = null, totalsVisibility: Output<DashboardVisibility>? = null, visibility: Output<DashboardVisibility>? = null)

Properties

Link copied to clipboard

Determines the visibility of the category field labels.

Link copied to clipboard

The option that determines the data label type.

Link copied to clipboard
val labelColor: Output<String>? = null

Determines the color of the data labels.

Link copied to clipboard

Determines the content of the data labels.

Link copied to clipboard

Determines the font configuration of the data labels.

Link copied to clipboard

Determines the visibility of the measure field labels.

Link copied to clipboard
val overlap: Output<DashboardDataLabelOverlap>? = null

Determines whether overlap is enabled or disabled for the data labels.

Link copied to clipboard

Determines the position of the data labels.

Link copied to clipboard

Determines the visibility of the total.

Link copied to clipboard
val visibility: Output<DashboardVisibility>? = null

Determines the visibility of the data labels.

Functions

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