Search
Theme.setPlotBorderStrokeDashStyle Method
See Also
 






Sets the dash style of the stroke used to paint the borders of a chart plot.

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

 Syntax

Java  Copy Code

public void setPlotBorderStrokeDashStyle (
    DashStyle value
)

 Parameters

value

One of the DashStyle enumeration values.

 See Also