Search
TextStyle.setBackground Method
See Also
 






Sets the text background.

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

 Syntax

Java  Copy Code

public void setBackground (
    Brush value
)

 Parameters

value

An instance of Brush -derived class.

 See Also