Interface CfnAnalysis.IAxisScaleProperty
The scale setup options for a numeric axis display.
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IAxisScaleProperty
Syntax (vb)
Public Interface IAxisScaleProperty
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.AWS.QuickSight;
var axisScaleProperty = new AxisScaleProperty {
Linear = new AxisLinearScaleProperty {
StepCount = 123,
StepSize = 123
},
Logarithmic = new AxisLogarithmicScaleProperty {
Base = 123
}
};
Synopsis
Properties
Linear | The linear axis scale setup. |
Logarithmic | The logarithmic axis scale setup. |
Properties
Linear
The linear axis scale setup.
virtual object Linear { get; }
Property Value
System.
Remarks
Logarithmic
The logarithmic axis scale setup.
virtual object Logarithmic { get; }
Property Value
System.