Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
OnRender and opacity problem
Collapse
X
-
OnRender and opacity problem
Hello everyone, I have the following problem: in OnRender first due bars are drawn with the volume, then the statistics, so far everything is good. Because the statistics are drawn with different transparency, you can see everything behind it. I tried to draw between the bars and the statistics a background in the same color as the background of the chart, but unfortunately without success. Who can give me a tip on how to draw the statistics with transparency without everything else being visible behind it?
-
-
Hello sidlercom80,
Thank you for your post.
We'd just suggest setting the background for the Statistics to the same as the chart background - it sounds like you may have tried this, however. If you've tried that, could you share what you've tried that didn't work for you?
Edit: Looks like you figured it out while I was typing my reply!
Thanks in advance; I look forward to assisting you further.
- Likes 1
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
648 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
369 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
108 views
0 likes
|
Last Post
by Mindset
02-09-2026, 11:44 AM
|
||
|
Started by Geovanny Suaza, 02-02-2026, 12:30 PM
|
0 responses
572 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
574 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

. I used the wrong property for the chart background color: "ChartControl.Background" instead of "ChartControl.Properties.ChartBackground"
Comment