aws-cdk-lib.aws_quicksight.CfnTemplate.FunnelChartDataLabelOptionsProperty

interface FunnelChartDataLabelOptionsProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnTemplate.FunnelChartDataLabelOptionsProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnTemplate_FunnelChartDataLabelOptionsProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnTemplate.FunnelChartDataLabelOptionsProperty
Pythonaws_cdk.aws_quicksight.CfnTemplate.FunnelChartDataLabelOptionsProperty
TypeScript aws-cdk-lib » aws_quicksight » CfnTemplate » FunnelChartDataLabelOptionsProperty

The options that determine the presentation of the data labels.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_quicksight as quicksight } from 'aws-cdk-lib';
const funnelChartDataLabelOptionsProperty: quicksight.CfnTemplate.FunnelChartDataLabelOptionsProperty = {
  categoryLabelVisibility: 'categoryLabelVisibility',
  labelColor: 'labelColor',
  labelFontConfiguration: {
    fontColor: 'fontColor',
    fontDecoration: 'fontDecoration',
    fontSize: {
      relative: 'relative',
    },
    fontStyle: 'fontStyle',
    fontWeight: {
      name: 'name',
    },
  },
  measureDataLabelStyle: 'measureDataLabelStyle',
  measureLabelVisibility: 'measureLabelVisibility',
  position: 'position',
  visibility: 'visibility',
};

Properties

NameTypeDescription
categoryLabelVisibility?stringThe visibility of the category labels within the data labels.
labelColor?stringThe color of the data label text.
labelFontConfiguration?IResolvable | FontConfigurationPropertyThe font configuration for the data labels.
measureDataLabelStyle?stringDetermines the style of the metric labels.
measureLabelVisibility?stringThe visibility of the measure labels within the data labels.
position?stringDetermines the positioning of the data label relative to a section of the funnel.
visibility?stringThe visibility option that determines if data labels are displayed.

categoryLabelVisibility?

Type: string (optional)

The visibility of the category labels within the data labels.


labelColor?

Type: string (optional)

The color of the data label text.


labelFontConfiguration?

Type: IResolvable | FontConfigurationProperty (optional)

The font configuration for the data labels.

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


measureDataLabelStyle?

Type: string (optional)

Determines the style of the metric labels.


measureLabelVisibility?

Type: string (optional)

The visibility of the measure labels within the data labels.


position?

Type: string (optional)

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


visibility?

Type: string (optional)

The visibility option that determines if data labels are displayed.