Search
Pointer.isDiscrete Property
See Also
 






Gets or sets a value indicating whether the pointer value can be changed only discretely(the pointer Value can be only integer).

Namespace: MindFusion.Gauges
File: Pointer.js

 Syntax

JavaScript  Copy Code

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

 Property Value

Boolean

True if the pointer is discrete, otherwise false.

 See Also