Show / Hide Table of Contents

Class CfnAnalysis.FunnelChartDataLabelOptionsProperty

The options that determine the presentation of the data labels.

Inheritance
object
CfnAnalysis.FunnelChartDataLabelOptionsProperty
Implements
CfnAnalysis.IFunnelChartDataLabelOptionsProperty
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.FunnelChartDataLabelOptionsProperty : CfnAnalysis.IFunnelChartDataLabelOptionsProperty
Syntax (vb)
Public Class CfnAnalysis.FunnelChartDataLabelOptionsProperty Implements CfnAnalysis.IFunnelChartDataLabelOptionsProperty
Remarks

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

             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

Constructors

FunnelChartDataLabelOptionsProperty()

The options that determine the presentation of the data labels.

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.

Constructors

FunnelChartDataLabelOptionsProperty()

The options that determine the presentation of the data labels.

public FunnelChartDataLabelOptionsProperty()
Remarks

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

             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"
             };

Properties

CategoryLabelVisibility

The visibility of the category labels within the data labels.

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

string

Remarks

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

LabelColor

The color of the data label text.

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

string

Remarks

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

LabelFontConfiguration

The font configuration for the data labels.

public object? LabelFontConfiguration { get; set; }
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-analysis-funnelchartdatalabeloptions.html#cfn-quicksight-analysis-funnelchartdatalabeloptions-labelfontconfiguration

MeasureDataLabelStyle

Determines the style of the metric labels.

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

string

Remarks

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

MeasureLabelVisibility

The visibility of the measure labels within the data labels.

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

string

Remarks

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

Position

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

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

string

Remarks

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

Visibility

The visibility option that determines if data labels are displayed.

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

string

Remarks

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

Implements

CfnAnalysis.IFunnelChartDataLabelOptionsProperty
Back to top Generated by DocFX