Search
Plot2D.setGridLineStyle Method
See Also
 






Sets the DashStyle of the grid lines.

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

 Syntax

Java  Copy Code

public void setGridLineStyle (
    DashStyle value
)

 Parameters

value

One of the DashStyle enumeration values.

 Remarks

Use setGridType to specify how the plot draws its grid.

 See Also