Search
Range.maxValue Property
See Also
 






Gets or sets the end value of this range.

Namespace: MindFusion.Gauges
File: Range.js

 Syntax

JavaScript  Copy Code

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

 Property Value

Number

The end value of this range.

 See Also