Search
AxisRenderer.getTitleBrush Method
See Also
 






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

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

 Syntax

Java  Copy Code

public Brush getTitleBrush ()

 Return Value

An instance of the Brush class. Default is a black SolidBrush.

 Remarks

Use Axis.setTitle to specify the title.

 See Also