Search
RadarChart.setUniformScale Method
See Also
 






Sets a value indicating whether all Axis instances rendered by this RadarChart should display the same data range.

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

 Syntax

Java  Copy Code

public void setUniformScale (
    boolean value
)

 Parameters

value

true if all axes render the same data range; otherwise, false.

 See Also