Search
BaseScale.ranges Property
See Also
 






Returns the array of all ranges in this scale.

Namespace: MindFusion.Gauges
File: BaseScale.js

 Syntax

JavaScript  Copy Code

get ranges() {}
set ranges(value) {}

 Property Value

Array

Array of all Range instances in the scale.

 See Also