Search
AxisRenderer.getTitleFontSize Method
See Also
 






Gets the size of font that should be used to draw the title of the Axis.

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

 Syntax

Java  Copy Code

public Double getTitleFontSize ()

 Return Value

A double value that indicates the font size.

 Remarks

Use Axis.setTitle to specify the title.

 See Also