Search
Indicator.getStates Method
See Also
 






Gets a collection of CustomInterval objects, which define various states for the indicator.

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

 Syntax

Java  Copy Code

public ObservableList<CustomInterval> getStates ()

 Return Value

An ObservableList containing indicator's states.

 See Also