Class CfnAnalysisPropsMixin.AxisLinearScaleProperty
The liner axis scale setup.
Implements
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnAnalysisPropsMixin.AxisLinearScaleProperty : CfnAnalysisPropsMixin.IAxisLinearScaleProperty
Syntax (vb)
Public Class CfnAnalysisPropsMixin.AxisLinearScaleProperty Implements CfnAnalysisPropsMixin.IAxisLinearScaleProperty
Remarks
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
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.Mixins.Preview.AWS.QuickSight.Mixins;
var axisLinearScaleProperty = new AxisLinearScaleProperty {
StepCount = 123,
StepSize = 123
};
Synopsis
Constructors
| AxisLinearScaleProperty() | The liner axis scale setup. |
Properties
| StepCount | The step count setup of a linear axis. |
| StepSize | The step size setup of a linear axis. |
Constructors
AxisLinearScaleProperty()
The liner axis scale setup.
public AxisLinearScaleProperty()
Remarks
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
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.Mixins.Preview.AWS.QuickSight.Mixins;
var axisLinearScaleProperty = new AxisLinearScaleProperty {
StepCount = 123,
StepSize = 123
};
Properties
StepCount
The step count setup of a linear axis.
public double? StepCount { get; set; }
Property Value
Remarks
StepSize
The step size setup of a linear axis.
public double? StepSize { get; set; }