Show / Hide Table of Contents

Class CfnAnalysisPropsMixin.AxisLogarithmicScaleProperty

The logarithmic axis scale setup.

Inheritance
object
CfnAnalysisPropsMixin.AxisLogarithmicScaleProperty
Implements
CfnAnalysisPropsMixin.IAxisLogarithmicScaleProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

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

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

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
             };

Properties

Base

The base setup of a logarithmic axis scale.

public double? Base { get; set; }
Property Value

double?

Remarks

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

Implements

CfnAnalysisPropsMixin.IAxisLogarithmicScaleProperty
Back to top Generated by DocFX