Search
Pointer.setIsDiscrete Method
See Also
 






Sets a value indicating whether the pointer value can be changed only discretely. In other words, the pointer getValue can be only integer.

Namespace: com.mindfusion.charting.components.gauges
File: com.mindfusion.charting.components.gauges

 Syntax

Java  Copy Code

public void setIsDiscrete (
    boolean value
)

 Parameters

value

 Remarks

This property can be useful when implementing analog-style pointers, which can move only discretely.

 See Also