Show / Hide Table of Contents

Interface CfnTemplatePropsMixin.IChartAxisLabelOptionsProperty

The label options for an axis on a chart.

Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnTemplatePropsMixin.IChartAxisLabelOptionsProperty
Syntax (vb)
Public Interface CfnTemplatePropsMixin.IChartAxisLabelOptionsProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-chartaxislabeloptions.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.Mixins.Preview.AWS.QuickSight.Mixins;

             var chartAxisLabelOptionsProperty = new ChartAxisLabelOptionsProperty {
                 AxisLabelOptions = new [] { new AxisLabelOptionsProperty {
                     ApplyTo = new AxisLabelReferenceOptionsProperty {
                         Column = new ColumnIdentifierProperty {
                             ColumnName = "columnName",
                             DataSetIdentifier = "dataSetIdentifier"
                         },
                         FieldId = "fieldId"
                     },
                     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"
                         }
                     }
                 } },
                 SortIconVisibility = "sortIconVisibility",
                 Visibility = "visibility"
             };

Synopsis

Properties

AxisLabelOptions

The label options for a chart axis.

SortIconVisibility

The visibility configuration of the sort icon on a chart's axis label.

Visibility

The visibility of an axis label on a chart. Choose one of the following options:.

Properties

AxisLabelOptions

The label options for a chart axis.

object? AxisLabelOptions { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-chartaxislabeloptions.html#cfn-quicksight-template-chartaxislabeloptions-axislabeloptions

Type union: either IResolvable or (either IResolvable or CfnTemplatePropsMixin.IAxisLabelOptionsProperty)[]

SortIconVisibility

The visibility configuration of the sort icon on a chart's axis label.

string? SortIconVisibility { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-chartaxislabeloptions.html#cfn-quicksight-template-chartaxislabeloptions-sorticonvisibility

Visibility

The visibility of an axis label on a chart. Choose one of the following options:.

string? Visibility { get; }
Property Value

string

Remarks

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

    Back to top Generated by DocFX