Search
BaseScale.pointers Property
See Also
 






Returns the array of all pointers in this scale.

Namespace: MindFusion.Gauges
File: BaseScale.js

 Syntax

JavaScript  Copy Code

get pointers() {}
set pointers(value) {}

 Property Value

Array

Array of all Pointer instances in the scale.

 See Also