Search
Plot2D.setGridType Method
See Also
 






Sets the type of grid to draw in this Plot2D.

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

 Syntax

Java  Copy Code

public void setGridType (
    GridType value
)

 Parameters

value

One of the GridType enumeration values.

 See Also