aws-cdk-lib.aws_quicksight.CfnTemplate.AxisLogarithmicScaleProperty

interface AxisLogarithmicScaleProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnTemplate.AxisLogarithmicScaleProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnTemplate_AxisLogarithmicScaleProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnTemplate.AxisLogarithmicScaleProperty
Pythonaws_cdk.aws_quicksight.CfnTemplate.AxisLogarithmicScaleProperty
TypeScript aws-cdk-lib » aws_quicksight » CfnTemplate » AxisLogarithmicScaleProperty

The logarithmic axis scale setup.

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 axisLogarithmicScaleProperty: quicksight.CfnTemplate.AxisLogarithmicScaleProperty = {
  base: 123,
};

Properties

NameTypeDescription
base?numberThe base setup of a logarithmic axis scale.

base?

Type: number (optional)

The base setup of a logarithmic axis scale.