Search
Chart.getSubtitleFontStyle Method
See Also
 






Gets the style of the Font used to draw chart's Subtitle.

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

 Syntax

Java  Copy Code

public EnumSet<FontStyle> getSubtitleFontStyle ()

 Return Value

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

 See Also