Search
Plot2D.setGridLineThickness Method
See Also
 






Sets the thickness of the grid lines.

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

 Syntax

Java  Copy Code

public void setGridLineThickness (
    Double value
)

 Parameters

value

A double value.

 Remarks

Use setGridType to specify how the plot draws its grid.

 See Also