Show / Hide Table of Contents

Interface CfnTemplatePropsMixin.IFunnelChartDataLabelOptionsProperty

The options that determine the presentation of the data labels.

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-funnelchartdatalabeloptions.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 funnelChartDataLabelOptionsProperty = new FunnelChartDataLabelOptionsProperty {
                 CategoryLabelVisibility = "categoryLabelVisibility",
                 LabelColor = "labelColor",
                 LabelFontConfiguration = new FontConfigurationProperty {
                     FontColor = "fontColor",
                     FontDecoration = "fontDecoration",
                     FontFamily = "fontFamily",
                     FontSize = new FontSizeProperty {
                         Absolute = "absolute",
                         Relative = "relative"
                     },
                     FontStyle = "fontStyle",
                     FontWeight = new FontWeightProperty {
                         Name = "name"
                     }
                 },
                 MeasureDataLabelStyle = "measureDataLabelStyle",
                 MeasureLabelVisibility = "measureLabelVisibility",
                 Position = "position",
                 Visibility = "visibility"
             };

Synopsis

Properties

CategoryLabelVisibility

The visibility of the category labels within the data labels.

LabelColor

The color of the data label text.

LabelFontConfiguration

The font configuration for the data labels.

MeasureDataLabelStyle

Determines the style of the metric labels.

MeasureLabelVisibility

The visibility of the measure labels within the data labels.

Position

Determines the positioning of the data label relative to a section of the funnel.

Visibility

The visibility option that determines if data labels are displayed.

Properties

CategoryLabelVisibility

The visibility of the category labels within the data labels.

string? CategoryLabelVisibility { get; }
Property Value

string

Remarks

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

LabelColor

The color of the data label text.

string? LabelColor { get; }
Property Value

string

Remarks

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

LabelFontConfiguration

The font configuration for the data labels.

object? LabelFontConfiguration { get; }
Property Value

object

Remarks

Only the FontSize attribute of the font configuration is used for data labels.

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

Type union: either IResolvable or CfnTemplatePropsMixin.IFontConfigurationProperty

MeasureDataLabelStyle

Determines the style of the metric labels.

string? MeasureDataLabelStyle { get; }
Property Value

string

Remarks

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

MeasureLabelVisibility

The visibility of the measure labels within the data labels.

string? MeasureLabelVisibility { get; }
Property Value

string

Remarks

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

Position

Determines the positioning of the data label relative to a section of the funnel.

string? Position { get; }
Property Value

string

Remarks

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

Visibility

The visibility option that determines if data labels are displayed.

string? Visibility { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX