aws-cdk-lib.aws_quicksight.CfnAnalysis.AxisLogarithmicScaleProperty

interface AxisLogarithmicScaleProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnAnalysis.AxisLogarithmicScaleProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnAnalysis_AxisLogarithmicScaleProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnAnalysis.AxisLogarithmicScaleProperty
Pythonaws_cdk.aws_quicksight.CfnAnalysis.AxisLogarithmicScaleProperty
TypeScript aws-cdk-lib » aws_quicksight » CfnAnalysis » 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.CfnAnalysis.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.