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






Gets the style of font that should be used to draw the title of the Axis.

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 enum allows bitwise combination.

 Remarks

Use Axis.setTitle to specify the title label.

 See Also

AxisRenderer Members
AxisRenderer Class
com.mindfusion.charting Namespace