Search
AxisRenderer.getTitleFontName Method
See Also
 






Gets the name of font that should be used to draw the axis Title.

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

 Syntax

Java  Copy Code

public String getTitleFontName ()

 Return Value

A string that identifies the font.

 Remarks

Use Axis.setTitle to specify the title.

 See Also