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






  Gauges

Sets the main color of the grid.

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

 Syntax

Java  Copy Code

public void setGridColor1 (
    Color value
)

 Parameters

value

A Color instance.

 Remarks

The type of the grid is specified with setGridType.

 See Also