Search
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
File: 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