Gets the style of font that should be used to draw the title of the Axis.
Namespace: com.mindfusion.charting
File: com.mindfusion.charting
SyntaxJava
Copy Code
|
|---|
public EnumSet<FontStyle> getTitleFontStyle () |
One of the FontStyle enumeration values. The enum allows bitwise combination.
RemarksUse Axis.setTitle to specify the title label.
See Also