Show / Hide Table of Contents

Interface CfnAnalysisPropsMixin.IAxisLogarithmicScaleProperty

The logarithmic axis scale setup.

Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnAnalysisPropsMixin.IAxisLogarithmicScaleProperty
Syntax (vb)
Public Interface CfnAnalysisPropsMixin.IAxisLogarithmicScaleProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-axislogarithmicscale.html

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

Properties

Base

The base setup of a logarithmic axis scale.

Properties

Base

The base setup of a logarithmic axis scale.

double? Base { get; }
Property Value

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-axislogarithmicscale.html#cfn-quicksight-analysis-axislogarithmicscale-base

Back to top Generated by DocFX