interface AxisLogarithmicScaleProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnAnalysis.AxisLogarithmicScaleProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnAnalysis_AxisLogarithmicScaleProperty |
Java | software.amazon.awscdk.services.quicksight.CfnAnalysis.AxisLogarithmicScaleProperty |
Python | aws_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
Name | Type | Description |
---|---|---|
base? | number | The base setup of a logarithmic axis scale. |
base?
Type:
number
(optional)
The base setup of a logarithmic axis scale.