Show / Hide Table of Contents

Class CfnTemplate.PanelConfigurationProperty

A collection of options that configure how each panel displays in a small multiples chart.

Inheritance
System.Object
CfnTemplate.PanelConfigurationProperty
Implements
CfnTemplate.IPanelConfigurationProperty
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.AWS.QuickSight.dll
Syntax (csharp)
public class PanelConfigurationProperty : Object, CfnTemplate.IPanelConfigurationProperty
Syntax (vb)
Public Class PanelConfigurationProperty
    Inherits Object
    Implements CfnTemplate.IPanelConfigurationProperty
Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-panelconfiguration.html

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 {
                Relative = "relative"
            },
            FontStyle = "fontStyle",
            FontWeight = new FontWeightProperty {
                Name = "name"
            }
        },
        HorizontalTextAlignment = "horizontalTextAlignment",
        Visibility = "visibility"
    }
};

Synopsis

Constructors

PanelConfigurationProperty()

Properties

BackgroundColor

Sets the background color for each panel.

BackgroundVisibility

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

BorderColor

Sets the line color of panel borders.

BorderStyle

Sets the line style of panel borders.

BorderThickness

Sets the line thickness of panel borders.

BorderVisibility

Determines whether or not each panel displays a border.

GutterSpacing

Sets the total amount of negative space to display between sibling panels.

GutterVisibility

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

Title

Configures the title display within each small multiples panel.

Constructors

PanelConfigurationProperty()

public PanelConfigurationProperty()

Properties

BackgroundColor

Sets the background color for each panel.

public string BackgroundColor { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-panelconfiguration.html#cfn-quicksight-template-panelconfiguration-backgroundcolor

BackgroundVisibility

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

public string BackgroundVisibility { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-panelconfiguration.html#cfn-quicksight-template-panelconfiguration-backgroundvisibility

BorderColor

Sets the line color of panel borders.

public string BorderColor { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-panelconfiguration.html#cfn-quicksight-template-panelconfiguration-bordercolor

BorderStyle

Sets the line style of panel borders.

public string BorderStyle { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-panelconfiguration.html#cfn-quicksight-template-panelconfiguration-borderstyle

BorderThickness

Sets the line thickness of panel borders.

public string BorderThickness { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-panelconfiguration.html#cfn-quicksight-template-panelconfiguration-borderthickness

BorderVisibility

Determines whether or not each panel displays a border.

public string BorderVisibility { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-panelconfiguration.html#cfn-quicksight-template-panelconfiguration-bordervisibility

GutterSpacing

Sets the total amount of negative space to display between sibling panels.

public string GutterSpacing { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-panelconfiguration.html#cfn-quicksight-template-panelconfiguration-gutterspacing

GutterVisibility

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

public string GutterVisibility { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-panelconfiguration.html#cfn-quicksight-template-panelconfiguration-guttervisibility

Title

Configures the title display within each small multiples panel.

public object Title { get; set; }
Property Value

System.Object

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-panelconfiguration.html#cfn-quicksight-template-panelconfiguration-title

Implements

CfnTemplate.IPanelConfigurationProperty
Back to top Generated by DocFX