Search
BiaxialChart.setGridType Method
See Also
 






Sets the type of the grid rendered by this BiaxialChart.

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

 Syntax

Java  Copy Code

public void setGridType (
    GridType value
)

 Parameters

value
One of the GridType enumeration values.

 See Also