Search
Range.minValue Property
See Also
 






Gets or sets the start value of this range.

Namespace: MindFusion.Gauges
File: Range.js

 Syntax

JavaScript  Copy Code

get minValue() {}
set minValue(value) {}

 Property Value

Number

The start value of this range.

 See Also