Search
LegendRenderer.setBorderStrokeDashStyle Method
See Also
 






Sets the dash style of the stroke for the legend borders.

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

 Syntax

Java  Copy Code

public void setBorderStrokeDashStyle (
    DashStyle value
)

 Parameters

value

One of the DashStyle enumeration values.

 See Also