Search
LegendRenderer.getTitleFontName Method
See Also
 






Gets 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 String getTitleFontName ()

 Return Value

A string that identifies the name of the font.

 Remarks

Use setTitle to specify the legend title.

 See Also