MindFusion.Charting for Java Programmer's Guide
Plot.setBackground Method
See Also
 






  Gauges

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