Search
LegendRenderer.setTitleBrush Method
See Also
 






Sets the Brush that is used to draw the legend's Title.

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

 Syntax

Java  Copy Code

public void setTitleBrush (
    Brush value
)

 Parameters

value

A Brush instance.

 Remarks

Use setTitle to specify the title of the legend.

 See Also