Interface CfnDashboard.IAxisDisplayMinMaxRangeProperty
The minimum and maximum setup for an axis display range.
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IAxisDisplayMinMaxRangeProperty
Syntax (vb)
Public Interface 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
Properties
Maximum | The maximum setup for an axis display range. |
Minimum | The minimum setup for an axis display range. |
Properties
Maximum
The maximum setup for an axis display range.
virtual Nullable<double> Maximum { get; }
Property Value
System.
Remarks
Minimum
The minimum setup for an axis display range.
virtual Nullable<double> Minimum { get; }
Property Value
System.