Search
Pointer.value Property
See Also
 






Gets or sets the value this pointer points to.

Namespace: MindFusion.Gauges
File: Pointer.js

 Syntax

JavaScript  Copy Code

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

 Property Value

Number

The value this pointer points to.

 See Also