Interface CfnDashboard.IPanelConfigurationProperty
A collection of options that configure how each panel displays in a small multiples chart.
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IPanelConfigurationProperty
Syntax (vb)
Public Interface IPanelConfigurationProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.QuickSight;
var panelConfigurationProperty = new PanelConfigurationProperty {
BackgroundColor = "backgroundColor",
BackgroundVisibility = "backgroundVisibility",
BorderColor = "borderColor",
BorderStyle = "borderStyle",
BorderThickness = "borderThickness",
BorderVisibility = "borderVisibility",
GutterSpacing = "gutterSpacing",
GutterVisibility = "gutterVisibility",
Title = new PanelTitleOptionsProperty {
FontConfiguration = new FontConfigurationProperty {
FontColor = "fontColor",
FontDecoration = "fontDecoration",
FontSize = new FontSizeProperty {
Absolute = "absolute",
Relative = "relative"
},
FontStyle = "fontStyle",
FontWeight = new FontWeightProperty {
Name = "name"
}
},
HorizontalTextAlignment = "horizontalTextAlignment",
Visibility = "visibility"
}
};
Synopsis
Properties
Background |
Sets the background color for each panel. |
Background |
Determines whether or not a background for each small multiples panel is rendered. |
Border |
Sets the line color of panel borders. |
Border |
Sets the line style of panel borders. |
Border |
Sets the line thickness of panel borders. |
Border |
Determines whether or not each panel displays a border. |
Gutter |
Sets the total amount of negative space to display between sibling panels. |
Gutter |
Determines whether or not negative space between sibling panels is rendered. |
Title | Configures the title display within each small multiples panel. |
Properties
BackgroundColor
Sets the background color for each panel.
virtual string BackgroundColor { get; }
Property Value
System.
Remarks
BackgroundVisibility
Determines whether or not a background for each small multiples panel is rendered.
virtual string BackgroundVisibility { get; }
Property Value
System.
Remarks
BorderColor
Sets the line color of panel borders.
virtual string BorderColor { get; }
Property Value
System.
Remarks
BorderStyle
Sets the line style of panel borders.
virtual string BorderStyle { get; }
Property Value
System.
Remarks
BorderThickness
Sets the line thickness of panel borders.
virtual string BorderThickness { get; }
Property Value
System.
Remarks
BorderVisibility
Determines whether or not each panel displays a border.
virtual string BorderVisibility { get; }
Property Value
System.
Remarks
GutterSpacing
Sets the total amount of negative space to display between sibling panels.
virtual string GutterSpacing { get; }
Property Value
System.
Remarks
GutterVisibility
Determines whether or not negative space between sibling panels is rendered.
virtual string GutterVisibility { get; }
Property Value
System.
Remarks
Title
Configures the title display within each small multiples panel.
virtual object Title { get; }
Property Value
System.