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






  Gauges

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

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

 Syntax

Java  Copy Code

public void setLabelBrush (
    Brush value
)

 Parameters

value

A Brush instance.

 See Also