Search
RadarPlot.getGridType Method
See Also
 






Gets the type of grid to draw in this plot.

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

 Syntax

Java  Copy Code

public RadarGridType getGridType ()

 Return Value

One of the RadarGridType enumeration values.

 Remarks

The type of the grid is specified with setGridType.

 See Also