interface ArcAxisConfigurationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.QuickSight.CfnTemplate.ArcAxisConfigurationProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnTemplate_ArcAxisConfigurationProperty |
![]() | software.amazon.awscdk.services.quicksight.CfnTemplate.ArcAxisConfigurationProperty |
![]() | aws_cdk.aws_quicksight.CfnTemplate.ArcAxisConfigurationProperty |
![]() | 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
Name | Type | Description |
---|---|---|
range? | IResolvable | Arc | The arc axis range of a GaugeChartVisual . |
reserve | number | The reserved range of the arc axis. |
range?
Type:
IResolvable
|
Arc
(optional)
The arc axis range of a GaugeChartVisual
.
reserveRange?
Type:
number
(optional, default: 0)
The reserved range of the arc axis.