Login Page - Create Account

Support Board


Date/Time: Sat, 22 Nov 2025 02:09:36 +0000



[Programming Help] - Z-Index

View Count: 23

[2025-11-21 16:37:52]
User213910 - Posts: 23
Hi Sierra Chart team,

I have two studies that use the sc.UseTool function to draw something. One draws a large text and uses:
Tool.DrawingType = DRAWING_STATIONARY_TEXT;
The other uses:
Tool.DrawingType = DRAWING_LINE;
Both set Tool.DrawUnderneathMainGraph = true;

The problem:
The line is always drawn underneath the text, regardless of the order of the studies, and the option in the Study window "Draw Study Underneath Main Price Graph" makes no difference.

How can I change the "Z-Index" so that the line is drawn above the text?

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

Login

Login Page - Create Account