Search
RadarChart.setGridType Method
See Also
 






Sets the type of grid drawn in this RadarChart.

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

 Syntax

Java  Copy Code

public void setGridType (
    RadarGridType value
)

 Parameters

value

One of the RadarGridType enumeration values.

 See Also