Search
RadarPlot.setGridColor2 Method
See Also
 






Sets the alternating color of the grid.

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

 Syntax

Java  Copy Code

public void setGridColor2 (
    Color value
)

 Parameters

value

A Color instance.

 Remarks

The type of the grid is specified with setGridType.

 See Also