Class CfnAnalysis.PanelTitleOptionsProperty
The options that determine the title styles for each small multiples panel.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class PanelTitleOptionsProperty : Object, CfnAnalysis.IPanelTitleOptionsProperty
Syntax (vb)
Public Class PanelTitleOptionsProperty
Inherits Object
Implements CfnAnalysis.IPanelTitleOptionsProperty
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 panelTitleOptionsProperty = 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
Constructors
Panel |
Properties
Font |
|
Horizontal |
Sets the horizontal text alignment of the title within each panel. |
Visibility | Determines whether or not panel titles are displayed. |
Constructors
PanelTitleOptionsProperty()
public PanelTitleOptionsProperty()
Properties
FontConfiguration
public object FontConfiguration { get; set; }
Property Value
System.
Remarks
HorizontalTextAlignment
Sets the horizontal text alignment of the title within each panel.
public string HorizontalTextAlignment { get; set; }
Property Value
System.
Remarks
Visibility
Determines whether or not panel titles are displayed.
public string Visibility { get; set; }
Property Value
System.