interface YAxisOptionsProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnDashboard.YAxisOptionsProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnDashboard_YAxisOptionsProperty |
Java | software.amazon.awscdk.services.quicksight.CfnDashboard.YAxisOptionsProperty |
Python | aws_cdk.aws_quicksight.CfnDashboard.YAxisOptionsProperty |
TypeScript | aws-cdk-lib » aws_quicksight » CfnDashboard » YAxisOptionsProperty |
The options that are available for a single Y axis in a chart.
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 yAxisOptionsProperty: quicksight.CfnDashboard.YAxisOptionsProperty = {
yAxis: 'yAxis',
};
Properties
Name | Type | Description |
---|---|---|
y | string | The Y axis type to be used in the chart. |
yAxis
Type:
string
The Y axis type to be used in the chart.
If you choose PRIMARY_Y_AXIS
, the primary Y Axis is located on the leftmost vertical axis of the chart.