TemplateReferenceLineLabelConfigurationArgs

data class TemplateReferenceLineLabelConfigurationArgs(val customLabelConfiguration: Output<TemplateReferenceLineCustomLabelConfigurationArgs>? = null, val fontColor: Output<String>? = null, val fontConfiguration: Output<TemplateFontConfigurationArgs>? = null, val horizontalPosition: Output<TemplateReferenceLineLabelHorizontalPosition>? = null, val valueLabelConfiguration: Output<TemplateReferenceLineValueLabelConfigurationArgs>? = null, val verticalPosition: Output<TemplateReferenceLineLabelVerticalPosition>? = null) : ConvertibleToJava<TemplateReferenceLineLabelConfigurationArgs>

Constructors

constructor(customLabelConfiguration: Output<TemplateReferenceLineCustomLabelConfigurationArgs>? = null, fontColor: Output<String>? = null, fontConfiguration: Output<TemplateFontConfigurationArgs>? = null, horizontalPosition: Output<TemplateReferenceLineLabelHorizontalPosition>? = null, valueLabelConfiguration: Output<TemplateReferenceLineValueLabelConfigurationArgs>? = null, verticalPosition: Output<TemplateReferenceLineLabelVerticalPosition>? = null)

Properties

Link copied to clipboard

The custom label configuration of the label in a reference line.

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

The font color configuration of the label in a reference line.

Link copied to clipboard

The font configuration of the label in a reference line.

Link copied to clipboard

The horizontal position configuration of the label in a reference line. Choose one of the following options:

Link copied to clipboard

The value label configuration of the label in a reference line.

Link copied to clipboard

The vertical position configuration of the label in a reference line. Choose one of the following options:

Functions

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