interface SingleAxisOptionsProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnTemplate.SingleAxisOptionsProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnTemplate_SingleAxisOptionsProperty |
Java | software.amazon.awscdk.services.quicksight.CfnTemplate.SingleAxisOptionsProperty |
Python | aws_cdk.aws_quicksight.CfnTemplate.SingleAxisOptionsProperty |
TypeScript | aws-cdk-lib » aws_quicksight » CfnTemplate » SingleAxisOptionsProperty |
The settings of a chart's single axis configuration.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_quicksight as quicksight } from 'aws-cdk-lib';
const singleAxisOptionsProperty: quicksight.CfnTemplate.SingleAxisOptionsProperty = {
yAxisOptions: {
yAxis: 'yAxis',
},
};
Properties
Name | Type | Description |
---|---|---|
y | IResolvable | YAxis | The Y axis options of a single axis configuration. |
yAxisOptions?
Type:
IResolvable
|
YAxis
(optional)
The Y axis options of a single axis configuration.