Search
Chart.setTitleBrush Method
See Also
 






Sets the Brush used to draw the Title of this Chart.

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

 Syntax

Java  Copy Code

public void setTitleBrush (
    Brush value
)

 Parameters

value

A Brush instance.

 See Also