Class CfnTemplate.AxisDisplayMinMaxRangeProperty
The minimum and maximum setup for an axis display range.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class AxisDisplayMinMaxRangeProperty : Object, CfnTemplate.IAxisDisplayMinMaxRangeProperty
Syntax (vb)
Public Class AxisDisplayMinMaxRangeProperty
Inherits Object
Implements CfnTemplate.IAxisDisplayMinMaxRangeProperty
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.AWS.QuickSight;
var axisDisplayMinMaxRangeProperty = new AxisDisplayMinMaxRangeProperty {
Maximum = 123,
Minimum = 123
};
Synopsis
Constructors
Axis |
Properties
Maximum | The maximum setup for an axis display range. |
Minimum | The minimum setup for an axis display range. |
Constructors
AxisDisplayMinMaxRangeProperty()
public AxisDisplayMinMaxRangeProperty()
Properties
Maximum
The maximum setup for an axis display range.
public Nullable<double> Maximum { get; set; }
Property Value
System.
Remarks
Minimum
The minimum setup for an axis display range.
public Nullable<double> Minimum { get; set; }
Property Value
System.