MindFusion.Charting for Java Programmer's Guide
Theme.setLegendBackground Method
See Also
 






  Gauges

Sets the Brush used to paint the legend background.

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

 Syntax

Java  Copy Code

public void setLegendBackground (
    Brush value
)

 Parameters

value

A Brush instance.

 See Also