Search
BaseScale.getPointers Method
See Also
 






Gets 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 ObservableList<Pointer> getPointers ()

 Return Value

An ObservableList containing scale's pointers.

 See Also