MindFusion.Charting for Java Programmer's Guide
BaseScale.setPointers Method
See Also
 






  Gauges

Sets a collection with the pointers displayed in the scale.

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

 Syntax

Java  Copy Code

public void setPointers (
    ObservableList<Pointer> value
)

 Parameters

value

An ObservableList containing scale's pointers.

 See Also