Search
LegendRenderer.setBorderStroke Method
See Also
 






Sets the Brush that is used to stroke the borders of this legend.

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

 Syntax

Java  Copy Code

public void setBorderStroke (
    Brush value
)

 Parameters

value

A Brush instance.

 See Also