Text_SetBGColor: how to set to transparent?  [SOLVED]

Questions about MultiCharts and user contributed studies.
User avatar
TJ
Posts: 7740
Joined: 29 Aug 2006
Location: Global Citizen
Has thanked: 1033 times
Been thanked: 2221 times

Text_SetBGColor: how to set to transparent?

Postby TJ » 04 Feb 2009

Text_SetBGColor: how do I set the background color to transparent?

once I have set a background color to something, can I reverse it back to transparent?

I tried setting it to getbackgroundcolor, but I would lose the background grid.

User avatar
Marina Pashkova
Posts: 2758
Joined: 27 Jul 2007

Postby Marina Pashkova » 05 Feb 2009

Hi TJ,

If you set the background colour for the text from PowerLanguage, the only way to change it back to the transparent background is to go to the text properties on the chart.

Regards.

User avatar
TJ
Posts: 7740
Joined: 29 Aug 2006
Location: Global Citizen
Has thanked: 1033 times
Been thanked: 2221 times

Postby TJ » 05 Feb 2009

ok
thanks

turbofib
Posts: 213
Joined: 11 May 2013
Has thanked: 67 times
Been thanked: 1 time

Re: Text_SetBGColor: how to set to transparent?

Postby turbofib » 24 Apr 2019

hi,
can the plot be colored transparently?
( plot1(c, "Bar High", paint.color);

User avatar
Svetlana MultiCharts
Posts: 645
Joined: 19 Oct 2017
Has thanked: 3 times
Been thanked: 163 times

Re: Text_SetBGColor: how to set to transparent?  [SOLVED]

Postby Svetlana MultiCharts » 03 May 2019

Hello, turbofib,

Unfortunately, there is no such functionality in PowerLanguage.
You can try the following methods:
1) Use NoPlot command.
2) Set the plot color the same as background.


Return to “MultiCharts”