MindFusion.Charting for Java Programmer's Guide
RadarChart.getAlignToAxis Method
See Also
 






  Gauges

Gets whether pie-radar sectors should be aligned to the axes in the radar grid or centered around them.

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

 Syntax

Java  Copy Code

public boolean getAlignToAxis ()

 Return Value

true if the radar/pie sections are aligned to the axes; otherwise, false.

 See Also