MindFusion.Charting for Java Programmer's Guide
RadarPlot.setGridDivisions Method
See Also
 






  Gauges

Sets the number of concentric shapes to draw in the grid.

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

 Syntax

Java  Copy Code

public void setGridDivisions (
    int value
)

 Parameters

value

An integer.

 Remarks

The type of the grid is specified with setGridType.

 See Also