Search
AxisRenderer.setLabelBrush Method
See Also
 






Sets the Brush used for drawing the axis labels.

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

 Syntax

Java  Copy Code

public void setLabelBrush (
    Brush value
)

 Parameters

value

An instance of the Brush class.

 See Also