Search
LegendRenderer.getTitleFontStyle Method
See Also
 






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

Namespace: com.mindfusion.charting
File: 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