+1 888 340 6572

Text SetTransparent

From MultiCharts

Allows to make the background of the text drawing transparent.

Usage

text_settransparent(ref, state)

Parameters

ref - ID of the text object
state - True or False, where true means using a transparent background, and false means using a non-transparent background.

Example

Make the background of the text drawing with ID = 1 transparent:

text_settransparent(1, true);