Search
PieRadarRenderer.setAlignToAxis Method
See Also
 






Sets a value indicating whether sectors should be aligned to the axes in the radar grid or centered around them.

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

 Syntax

Java  Copy Code

public void setAlignToAxis (
    boolean value
)

 Parameters

value

true if the sectors should be aligned; false otherwise.

 See Also