AnalysisLegendOptionsArgs

data class AnalysisLegendOptionsArgs(val height: Output<String>? = null, val position: Output<AnalysisLegendPosition>? = null, val title: Output<AnalysisLabelOptionsArgs>? = null, val valueFontConfiguration: Output<AnalysisFontConfigurationArgs>? = null, val visibility: Output<AnalysisVisibility>? = null, val width: Output<String>? = null) : ConvertibleToJava<AnalysisLegendOptionsArgs>

Constructors

Link copied to clipboard
constructor(height: Output<String>? = null, position: Output<AnalysisLegendPosition>? = null, title: Output<AnalysisLabelOptionsArgs>? = null, valueFontConfiguration: Output<AnalysisFontConfigurationArgs>? = null, visibility: Output<AnalysisVisibility>? = null, width: Output<String>? = null)

Properties

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

String based length that is composed of value and unit in px

Link copied to clipboard
val position: Output<AnalysisLegendPosition>? = null

The positions for the legend. Choose one of the following options:

Link copied to clipboard
val title: Output<AnalysisLabelOptionsArgs>? = null

The custom title for the legend.

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

Determines whether or not the legend is visible.

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

String based length that is composed of value and unit in px

Functions

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