Search
Theme.setGridLineStyle Method
See Also
 






Sets the style of the stroke with which grid lines in a plot are drawn.

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.

 See Also