Search
LegendRenderer.setTitleFontSize Method
See Also
 






Sets the size of the font that isbe used to draw the legend's Title.

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

 Syntax

Java  Copy Code

public void setTitleFontSize (
    Double value
)

 Parameters

value

A double value.

 Remarks

Use setTitle to specify the title of the legend.

 See Also