interface ArcAxisDisplayRangeProperty
This page is available in another version. Click here for the v2 documentation.
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.QuickSight.CfnDashboard.ArcAxisDisplayRangeProperty |
![]() | software.amazon.awscdk.services.quicksight.CfnDashboard.ArcAxisDisplayRangeProperty |
![]() | aws_cdk.aws_quicksight.CfnDashboard.ArcAxisDisplayRangeProperty |
![]() | @aws-cdk/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 * as quicksight from '@aws-cdk/aws-quicksight';
const arcAxisDisplayRangeProperty: quicksight.CfnDashboard.ArcAxisDisplayRangeProperty = {
max: 123,
min: 123,
};
Properties
Name | Type | Description |
---|---|---|
max? | number | The maximum value of the arc axis range. |
min? | number | The 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.