Search
AxisRenderer.setTitleBrush Method
See Also
 






Sets the Brush that is used to draw the axis Title.

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

 Syntax

Java  Copy Code

public void setTitleBrush (
    Brush value
)

 Parameters

value

A Brush object.

 Remarks

Use Axis.setTitle to specify the title.

 See Also