Search
CustomInterval.maxValue Property
See Also
 






Gets or sets the end of this custom interval.

Namespace: MindFusion.Gauges
File: CustomInterval.js

 Syntax

JavaScript  Copy Code

get maxValue() {}
set maxValue(value) {}

 Property Value

Number

The end of this custom interval.

 See Also