Search
RadarChart.setRadarType Method
See Also
 






Sets the type of radar graphics drawn in this RadarChart.

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

 Syntax

Java  Copy Code

public void setRadarType (
    RadarType value
)

 Parameters

value

One of the RadarType enumeration values.

 See Also