Login Page - Create Account

Support Board


Date/Time: Mon, 10 Mar 2025 14:24:11 +0000



[Programming Help] - Coloring candle hides subgraph element

View Count: 429

[2022-04-01 13:41:01]
User260640 - Posts: 9
Hi,
I have a custom study where the candles are colored using DRAWSTYLE_COLOR_BAR_CANDLE_FILL, based on some criteria. In the same study subgraph elements are drawn of DRAWSTYLE_POINT and I need them to be in the foreground, however, the candle coloring hides the points. If I turn off the candle coloring the points are shown in the foreground. How would I force the points to the foreground?

Cheers
Cid
[2022-04-01 13:57:37]
User431178 - Posts: 612
Use higher numbered subgraphs for those that use 'DRAWSTYLE_POINT' as compared to DRAWSTYLE_COLOR_BAR_CANDLE_FILL', they are drawn in ascending order.
[2022-04-01 15:11:02]
User260640 - Posts: 9
Much appreciated. That did the trick.

Cheers

To post a message in this thread, you need to log in with your Sierra Chart account:

Login

Login Page - Create Account