Search
Plot2D.setGridColor1 Method
See Also
 






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

Use setGridType to specify how the plot draws its grid.

 See Also