Search
TowerChart.setRange Method
See Also
 






Sets fixed data range size.

Namespace: com.mindfusion.charting.swing
File: com.mindfusion.charting.swing

 Syntax

Java  Copy Code

public void setRange (
    Double value
)

 Parameters

value

An optional double value.

 Remarks

If this property is not set, the control measures data range automatically.

 See Also