Search
Theme.setAxisTitleBrush Method
See Also
 






Sets the Brush used to draw the title label of an Axis.

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

 Syntax

Java  Copy Code

public void setAxisTitleBrush (
    Brush value
)

 Parameters

value

A Brush instance.

 See Also