Search
Chart.setSubtitleFontName Method
See Also
 






Sets the name of the Font used to draw the Chart's Subtitle.

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

 Syntax

Java  Copy Code

public void setSubtitleFontName (
    String value
)

 Parameters

value

A String that represents the title.

 See Also