interface DateAxisOptionsProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.QuickSight.CfnTemplate.DateAxisOptionsProperty |
![]() | software.amazon.awscdk.services.quicksight.CfnTemplate.DateAxisOptionsProperty |
![]() | aws_cdk.aws_quicksight.CfnTemplate.DateAxisOptionsProperty |
![]() | @aws-cdk/aws-quicksight » CfnTemplate » DateAxisOptionsProperty |
The options that determine how a date axis is displayed.
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 dateAxisOptionsProperty: quicksight.CfnTemplate.DateAxisOptionsProperty = {
missingDateVisibility: 'missingDateVisibility',
};
Properties
Name | Type | Description |
---|---|---|
missing | string | Determines whether or not missing dates are displayed. |
missingDateVisibility?
Type:
string
(optional)
Determines whether or not missing dates are displayed.