Search
LegendRenderer.setBackground Method
See Also
 






Sets the Brush that is used to fill the background of this legend.

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

 Syntax

Java  Copy Code

public void setBackground (
    Brush value
)

 Parameters

value

A Brush instance.

 See Also