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