aws-cdk-lib.aws_quicksight.CfnTemplate.ArcAxisConfigurationProperty

interface ArcAxisConfigurationProperty

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

The arc axis configuration 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 arcAxisConfigurationProperty: quicksight.CfnTemplate.ArcAxisConfigurationProperty = {
  range: {
    max: 123,
    min: 123,
  },
  reserveRange: 123,
};

Properties

NameTypeDescription
range?IResolvable | ArcAxisDisplayRangePropertyThe arc axis range of a GaugeChartVisual .
reserveRange?numberThe reserved range of the arc axis.

range?

Type: IResolvable | ArcAxisDisplayRangeProperty (optional)

The arc axis range of a GaugeChartVisual .


reserveRange?

Type: number (optional)

The reserved range of the arc axis.