Gets the Brush that is used to draw the axis Title.
Namespace: com.mindfusion.charting
File: com.mindfusion.charting
SyntaxJava
Copy Code
|
|---|
public Brush getTitleBrush () |
An instance of the Brush class. Default is a black SolidBrush.
RemarksUse Axis.setTitle to specify the title.
See Also