MindFusion.Charting for Java Programmer's Guide
SeriesRenderer.setLabelFontName Method
See Also
 






  Gauges

Sets the name of the font that is used to draw labels of data items.

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

 Syntax

Java  Copy Code

public void setLabelFontName (
    String value
)

 Parameters

value

A string that identifies the font name.

 See Also