Search
BaseGauge.scales Property
See Also
 






Returns the array of all scales in this gauge.

Namespace: MindFusion.Gauges
File: BaseGauge.js

 Syntax

JavaScript  Copy Code

get scales() {}
set scales(value) {}

 Property Value

Array

Array of all BaseScale instances in the gauge.

 See Also