MindFusion.Java Package Programmer's Guide
LegendRenderer.getTitleFontStyle Method
See Also
 






Gets the style of the font that is used to draw the legend's Title.

Namespace: com.mindfusion.charting
Package: com.mindfusion.charting

 Syntax

Java  Copy Code

public EnumSet<FontStyle> getTitleFontStyle ()

 Return Value

One of the FontStyle enumeration values. The members allow bitwise combination.

 Remarks

Use setTitle to specify the legend title.

 See Also

LegendRenderer Members
LegendRenderer Class
com.mindfusion.charting Namespace