Search
LegendRenderer.setTitleFontName Method
See Also
 






Sets the name of font that is used to draw the legend's Title.

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

 Syntax

Java  Copy Code

public void setTitleFontName (
    String value
)

 Parameters

value

A string that identifies the font's name.

 Remarks

Use setTitle to specify the title of the legend.

 See Also