Search
BaseScale.maxValue Property
See Also
 






Gets or sets the maximal value displayed by the scale.

Namespace: MindFusion.Gauges
File: BaseScale.js

 Syntax

JavaScript  Copy Code

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

 Property Value

Number

The maximal value displayed by the scale.

 See Also