aws-cdk-lib.aws_quicksight.CfnDashboard.ArcAxisDisplayRangeProperty

interface ArcAxisDisplayRangeProperty

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

The arc axis range of a GaugeChartVisual .

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 arcAxisDisplayRangeProperty: quicksight.CfnDashboard.ArcAxisDisplayRangeProperty = {
  max: 123,
  min: 123,
};

Properties

NameTypeDescription
max?numberThe maximum value of the arc axis range.
min?numberThe minimum value of the arc axis range.

max?

Type: number (optional)

The maximum value of the arc axis range.


min?

Type: number (optional)

The minimum value of the arc axis range.