Show / Hide Table of Contents

Interface CfnDashboardPropsMixin.IAxisTickLabelOptionsProperty

The tick label options of an axis.

Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnDashboardPropsMixin.IAxisTickLabelOptionsProperty
Syntax (vb)
Public Interface CfnDashboardPropsMixin.IAxisTickLabelOptionsProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-axisticklabeloptions.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.CfnPropertyMixins.AWS.QuickSight;

             var axisTickLabelOptionsProperty = new AxisTickLabelOptionsProperty {
                 LabelOptions = new LabelOptionsProperty {
                     CustomLabel = "customLabel",
                     FontConfiguration = new FontConfigurationProperty {
                         FontColor = "fontColor",
                         FontDecoration = "fontDecoration",
                         FontFamily = "fontFamily",
                         FontSize = new FontSizeProperty {
                             Absolute = "absolute",
                             Relative = "relative"
                         },
                         FontStyle = "fontStyle",
                         FontWeight = new FontWeightProperty {
                             Name = "name"
                         }
                     },
                     Visibility = "visibility"
                 },
                 RotationAngle = 123
             };

Synopsis

Properties

LabelOptions

Determines whether or not the axis ticks are visible.

RotationAngle

The rotation angle of the axis tick labels.

Properties

LabelOptions

Determines whether or not the axis ticks are visible.

object? LabelOptions { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-axisticklabeloptions.html#cfn-quicksight-dashboard-axisticklabeloptions-labeloptions

Type union: either IResolvable or CfnDashboardPropsMixin.ILabelOptionsProperty

RotationAngle

The rotation angle of the axis tick labels.

double? RotationAngle { get; }
Property Value

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-axisticklabeloptions.html#cfn-quicksight-dashboard-axisticklabeloptions-rotationangle

Back to top Generated by DocFX