MindFusion.Charting for Java Programmer's Guide
AxisRenderer.setTitleFontSize Method
See Also
 






  Gauges

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