interface AxisLinearScaleProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnTemplate.AxisLinearScaleProperty |
Java | software.amazon.awscdk.services.quicksight.CfnTemplate.AxisLinearScaleProperty |
Python | aws_cdk.aws_quicksight.CfnTemplate.AxisLinearScaleProperty |
TypeScript | @aws-cdk/aws-quicksight » CfnTemplate » AxisLinearScaleProperty |
The liner axis scale setup.
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
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 axisLinearScaleProperty: quicksight.CfnTemplate.AxisLinearScaleProperty = {
stepCount: 123,
stepSize: 123,
};
Properties
Name | Type | Description |
---|---|---|
step | number | The step count setup of a linear axis. |
step | number | The step size setup of a linear axis. |
stepCount?
Type:
number
(optional)
The step count setup of a linear axis.
stepSize?
Type:
number
(optional)
The step size setup of a linear axis.