MindFusion.Charting for Java Programmer's Guide
AxisRenderer.setTitleBrush Method
See Also
 






  Gauges

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