AnalysisPanelConfigurationArgs

data class AnalysisPanelConfigurationArgs(val backgroundColor: Output<String>? = null, val backgroundVisibility: Output<AnalysisVisibility>? = null, val borderColor: Output<String>? = null, val borderStyle: Output<AnalysisPanelBorderStyle>? = null, val borderThickness: Output<String>? = null, val borderVisibility: Output<AnalysisVisibility>? = null, val gutterSpacing: Output<String>? = null, val gutterVisibility: Output<AnalysisVisibility>? = null, val title: Output<AnalysisPanelTitleOptionsArgs>? = null) : ConvertibleToJava<AnalysisPanelConfigurationArgs>

Constructors

Link copied to clipboard
constructor(backgroundColor: Output<String>? = null, backgroundVisibility: Output<AnalysisVisibility>? = null, borderColor: Output<String>? = null, borderStyle: Output<AnalysisPanelBorderStyle>? = null, borderThickness: Output<String>? = null, borderVisibility: Output<AnalysisVisibility>? = null, gutterSpacing: Output<String>? = null, gutterVisibility: Output<AnalysisVisibility>? = null, title: Output<AnalysisPanelTitleOptionsArgs>? = null)

Properties

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

Sets the background color for each panel.

Link copied to clipboard

Determines whether or not a background for each small multiples panel is rendered.

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

Sets the line color of panel borders.

Link copied to clipboard

Sets the line style of panel borders.

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

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

Link copied to clipboard

Determines whether or not each panel displays a border.

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

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

Link copied to clipboard

Determines whether or not negative space between sibling panels is rendered.

Link copied to clipboard

Configures the title display within each small multiples panel.

Functions

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