AnalysisLegendOptionsArgs

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

Constructors

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

Functions

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

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
Link copied to clipboard
val title: Output<AnalysisLabelOptionsArgs>? = null
Link copied to clipboard
val visibility: Output<AnalysisVisibility>? = null
Link copied to clipboard
val width: Output<String>? = null

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