Search
Plot.setBackground Method
See Also
 






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

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

 Syntax

Java  Copy Code

public void setBackground (
    Brush value
)

 Parameters

value

Brush instance.

 See Also