Search
BaseScale.minValue Property
See Also
 






Gets or sets the minimal value displayed by the scale.

Namespace: MindFusion.Gauges
File: BaseScale.js

 Syntax

JavaScript  Copy Code

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

 Property Value

Number

The minimal value displayed by the scale.

 See Also