Class CfnAnalysisPropsMixin.AxisLogarithmicScaleProperty
The logarithmic axis scale setup.
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnAnalysisPropsMixin.AxisLogarithmicScaleProperty : CfnAnalysisPropsMixin.IAxisLogarithmicScaleProperty
Syntax (vb)
Public Class CfnAnalysisPropsMixin.AxisLogarithmicScaleProperty Implements CfnAnalysisPropsMixin.IAxisLogarithmicScaleProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.QuickSight;
var axisLogarithmicScaleProperty = new AxisLogarithmicScaleProperty {
Base = 123
};
Synopsis
Constructors
| AxisLogarithmicScaleProperty() | The logarithmic axis scale setup. |
Properties
| Base | The base setup of a logarithmic axis scale. |
Constructors
AxisLogarithmicScaleProperty()
The logarithmic axis scale setup.
public AxisLogarithmicScaleProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.QuickSight;
var axisLogarithmicScaleProperty = new AxisLogarithmicScaleProperty {
Base = 123
};
Properties
Base
The base setup of a logarithmic axis scale.
public double? Base { get; set; }