Search
Theme.setAxisLabelsBrush Method
See Also
 






Sets the Brush used to draw labels at an Axis.

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

 Syntax

Java  Copy Code

public void setAxisLabelsBrush (
    Brush value
)

 Parameters

value

A Brush instance.

 See Also