Show / Hide Table of Contents

Class CfnAnalysis.PanelTitleOptionsProperty

The options that determine the title styles for each small multiples panel.

Inheritance
object
CfnAnalysis.PanelTitleOptionsProperty
Implements
CfnAnalysis.IPanelTitleOptionsProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnAnalysis.PanelTitleOptionsProperty : CfnAnalysis.IPanelTitleOptionsProperty
Syntax (vb)
Public Class CfnAnalysis.PanelTitleOptionsProperty Implements CfnAnalysis.IPanelTitleOptionsProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-paneltitleoptions.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 panelTitleOptionsProperty = new PanelTitleOptionsProperty {
                 FontConfiguration = new FontConfigurationProperty {
                     FontColor = "fontColor",
                     FontDecoration = "fontDecoration",
                     FontFamily = "fontFamily",
                     FontSize = new FontSizeProperty {
                         Absolute = "absolute",
                         Relative = "relative"
                     },
                     FontStyle = "fontStyle",
                     FontWeight = new FontWeightProperty {
                         Name = "name"
                     }
                 },
                 HorizontalTextAlignment = "horizontalTextAlignment",
                 Visibility = "visibility"
             };

Synopsis

Constructors

PanelTitleOptionsProperty()

The options that determine the title styles for each small multiples panel.

Properties

FontConfiguration

The options that determine the title styles for each small multiples panel.

HorizontalTextAlignment

Sets the horizontal text alignment of the title within each panel.

Visibility

Determines whether or not panel titles are displayed.

Constructors

PanelTitleOptionsProperty()

The options that determine the title styles for each small multiples panel.

public PanelTitleOptionsProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-paneltitleoptions.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 panelTitleOptionsProperty = new PanelTitleOptionsProperty {
                 FontConfiguration = new FontConfigurationProperty {
                     FontColor = "fontColor",
                     FontDecoration = "fontDecoration",
                     FontFamily = "fontFamily",
                     FontSize = new FontSizeProperty {
                         Absolute = "absolute",
                         Relative = "relative"
                     },
                     FontStyle = "fontStyle",
                     FontWeight = new FontWeightProperty {
                         Name = "name"
                     }
                 },
                 HorizontalTextAlignment = "horizontalTextAlignment",
                 Visibility = "visibility"
             };

Properties

FontConfiguration

The options that determine the title styles for each small multiples panel.

public object? FontConfiguration { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-paneltitleoptions.html#cfn-quicksight-analysis-paneltitleoptions-fontconfiguration

HorizontalTextAlignment

Sets the horizontal text alignment of the title within each panel.

public string? HorizontalTextAlignment { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-paneltitleoptions.html#cfn-quicksight-analysis-paneltitleoptions-horizontaltextalignment

Visibility

Determines whether or not panel titles are displayed.

public string? Visibility { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-paneltitleoptions.html#cfn-quicksight-analysis-paneltitleoptions-visibility

Implements

CfnAnalysis.IPanelTitleOptionsProperty
Back to top Generated by DocFX