Search
Chart.setSubtitleBrush Method
See Also
 






Sets the Brush used to draw the Chart's Subtitle.

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

 Syntax

Java  Copy Code

public void setSubtitleBrush (
    Brush value
)

 Parameters

value

A Brush instance.

 See Also