Search
TowerRenderer.setRange Method
See Also
 






Sets fixed data range size.

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

 Syntax

Java  Copy Code

public void setRange (
    Double value
)

 Parameters

value

An optional double specifying range size.

 Remarks

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

 See Also