Search
TextRenderer.setLabelFont Method
See Also
 






Sets the Font used to draw the specified text.

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

 Syntax

Java  Copy Code

public void setLabelFont (
    Font value
)

 Parameters

value

A Font instance.

 See Also