Search
AxisRenderer.setTitleFontSize Method
See Also
 






Sets the size of font that should be used to draw the axis Title.

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

 Syntax

Java  Copy Code

public void setTitleFontSize (
    Double value
)

 Parameters

value

 Remarks

Use Axis.setTitle to specify the title.

 See Also