Search
Theme.getAxisTitleFontStyle Method
See Also
 






Gets the style of the font used to draw the title label of an Axis.

Namespace: com.mindfusion.charting
File: com.mindfusion.charting

 Syntax

Java  Copy Code

public EnumSet<FontStyle> getAxisTitleFontStyle ()

 Return Value

One of the FontStyle enumeration values. The members allow bitwise combining.

 See Also