Search
CustomInterval.setMinValue Method
See Also
 






Sets the start of this custom interval.

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

 Syntax

Java  Copy Code

public void setMinValue (
    double value
)

 Parameters

value

 Remarks

If this property is set to NaN, negative infinity will be considered as the start of the interval.

 See Also