MindFusion.Charting for Java Programmer's Guide
AxisRenderer.getLabelFontStyle Method
See Also
 






  Gauges

Gets the style of font that is used to draw axis labels.

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

 Syntax

Java  Copy Code

public EnumSet<FontStyle> getLabelFontStyle ()

 Return Value

One or more of the FontStyle enumeration values.

 See Also