Search
RadarPlot.setUniformScale Method
See Also
 






Sets a value indicating whether all axes should display the same data range.

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

 Syntax

Java  Copy Code

public void setUniformScale (
    boolean value
)

 Parameters

value

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

 See Also