interface DateAxisOptionsProperty
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.QuickSight.CfnDashboard.DateAxisOptionsProperty | 
|  Java | software.amazon.awscdk.services.quicksight.CfnDashboard.DateAxisOptionsProperty | 
|  Python | aws_cdk.aws_quicksight.CfnDashboard.DateAxisOptionsProperty | 
|  TypeScript | @aws-cdk/aws-quicksight»CfnDashboard»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.CfnDashboard.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.
