Search
BaseScale.getRanges Method
See Also
 






Gets a collection with the ranges displayed in the scale.

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

 Syntax

Java  Copy Code

public ObservableList<Range> getRanges ()

 Return Value

An ObservableList containing scale's ranges.

 See Also