Show / Hide Table of Contents

Interface CfnDashboardPropsMixin.IDataLabelOptionsProperty

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 CfnDashboardPropsMixin.IDataLabelOptionsProperty
Syntax (vb)
Public Interface CfnDashboardPropsMixin.IDataLabelOptionsProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-datalabeloptions.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 dataLabelOptionsProperty = new DataLabelOptionsProperty {
                 CategoryLabelVisibility = "categoryLabelVisibility",
                 DataLabelTypes = new [] { new DataLabelTypeProperty {
                     DataPathLabelType = new DataPathLabelTypeProperty {
                         FieldId = "fieldId",
                         FieldValue = "fieldValue",
                         Visibility = "visibility"
                     },
                     FieldLabelType = new FieldLabelTypeProperty {
                         FieldId = "fieldId",
                         Visibility = "visibility"
                     },
                     MaximumLabelType = new MaximumLabelTypeProperty {
                         Visibility = "visibility"
                     },
                     MinimumLabelType = new MinimumLabelTypeProperty {
                         Visibility = "visibility"
                     },
                     RangeEndsLabelType = new RangeEndsLabelTypeProperty {
                         Visibility = "visibility"
                     }
                 } },
                 LabelColor = "labelColor",
                 LabelContent = "labelContent",
                 LabelFontConfiguration = new FontConfigurationProperty {
                     FontColor = "fontColor",
                     FontDecoration = "fontDecoration",
                     FontFamily = "fontFamily",
                     FontSize = new FontSizeProperty {
                         Absolute = "absolute",
                         Relative = "relative"
                     },
                     FontStyle = "fontStyle",
                     FontWeight = new FontWeightProperty {
                         Name = "name"
                     }
                 },
                 MeasureLabelVisibility = "measureLabelVisibility",
                 Overlap = "overlap",
                 Position = "position",
                 TotalsVisibility = "totalsVisibility",
                 Visibility = "visibility"
             };

Synopsis

Properties

CategoryLabelVisibility

Determines the visibility of the category field labels.

DataLabelTypes

The option that determines the data label type.

LabelColor

Determines the color of the data labels.

LabelContent

Determines the content of the data labels.

LabelFontConfiguration

Determines the font configuration of the data labels.

MeasureLabelVisibility

Determines the visibility of the measure field labels.

Overlap

Determines whether overlap is enabled or disabled for the data labels.

Position

Determines the position of the data labels.

TotalsVisibility

Determines the visibility of the total.

Visibility

Determines the visibility of the data labels.

Properties

CategoryLabelVisibility

Determines the visibility of the category field labels.

string? CategoryLabelVisibility { get; }
Property Value

string

Remarks

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

DataLabelTypes

The option that determines the data label type.

object? DataLabelTypes { get; }
Property Value

object

Remarks

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

Type union: either IResolvable or (either IResolvable or CfnDashboardPropsMixin.IDataLabelTypeProperty)[]

LabelColor

Determines the color of the data labels.

string? LabelColor { get; }
Property Value

string

Remarks

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

LabelContent

Determines the content of the data labels.

string? LabelContent { get; }
Property Value

string

Remarks

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

LabelFontConfiguration

Determines the font configuration of the data labels.

object? LabelFontConfiguration { get; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnDashboardPropsMixin.IFontConfigurationProperty

MeasureLabelVisibility

Determines the visibility of the measure field labels.

string? MeasureLabelVisibility { get; }
Property Value

string

Remarks

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

Overlap

Determines whether overlap is enabled or disabled for the data labels.

string? Overlap { get; }
Property Value

string

Remarks

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

Position

Determines the position of the data labels.

string? Position { get; }
Property Value

string

Remarks

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

TotalsVisibility

Determines the visibility of the total.

string? TotalsVisibility { get; }
Property Value

string

Remarks

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

Visibility

Determines the visibility of the data labels.

string? Visibility { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX