Gets the style of the font that is used to draw the legend's Title.
Namespace: com.mindfusion.charting
File: com.mindfusion.charting
SyntaxJava
Copy Code
|
|---|
public EnumSet<FontStyle> getTitleFontStyle () |
One of the FontStyle enumeration values. The members allow bitwise combination.
RemarksUse setTitle to specify the legend title.
See Also