Search
GenericGauge(T).getScales Method
See Also
 






Gets the scales contained in the gauge.

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

 Syntax

Java  Copy Code

public ObservableList<T> getScales ()

 Return Value

An ObservableList containing gauge's scales.

 See Also