Search
AxisRenderer.setTitleFontName Method
See Also
 






Sets the name of font that is used to draw the axis Title.

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

 Syntax

Java  Copy Code

public void setTitleFontName (
    String value
)

 Parameters

value

A string that represents the name of the font.

 Remarks

Use Axis.setTitle to specify the title.

 See Also