interface DateAxisOptionsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins.CfnAnalysisPropsMixin.DateAxisOptionsProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsquicksight/mixins#CfnAnalysisPropsMixin_DateAxisOptionsProperty |
Java | software.amazon.awscdk.mixins.preview.services.quicksight.mixins.CfnAnalysisPropsMixin.DateAxisOptionsProperty |
Python | aws_cdk.mixins_preview.aws_quicksight.mixins.CfnAnalysisPropsMixin.DateAxisOptionsProperty |
TypeScript | @aws-cdk/mixins-preview » aws_quicksight » mixins » CfnAnalysisPropsMixin » 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 { mixins as quicksight_mixins } from '@aws-cdk/mixins-preview/aws-quicksight';
const dateAxisOptionsProperty: quicksight_mixins.CfnAnalysisPropsMixin.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.

.NET
Go
Java
Python
TypeScript