Search
LegendRenderer.getTitleBrush Method
See Also
 






Gets the Brush used to render the legend's Title.

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

 Syntax

Java  Copy Code

public Brush getTitleBrush ()

 Return Value

A Brush instance.

 Remarks

Use setTitle to specify the legend title label.

 See Also