aws-cdk-lib.aws_quicksight.CfnTemplate.AxisLinearScaleProperty

interface AxisLinearScaleProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnTemplate.AxisLinearScaleProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnTemplate_AxisLinearScaleProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnTemplate.AxisLinearScaleProperty
Pythonaws_cdk.aws_quicksight.CfnTemplate.AxisLinearScaleProperty
TypeScript aws-cdk-lib » 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 { aws_quicksight as quicksight } from 'aws-cdk-lib';
const axisLinearScaleProperty: quicksight.CfnTemplate.AxisLinearScaleProperty = {
  stepCount: 123,
  stepSize: 123,
};

Properties

NameTypeDescription
stepCount?numberThe step count setup of a linear axis.
stepSize?numberThe 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.