MindFusion.Charting for Java Programmer's Guide
Indicator.setStates Method
See Also
 






  Gauges

Sets 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 void setStates (
    ObservableList<CustomInterval> value
)

 Parameters

value

An ObservableList containing indicator's states.

 See Also