Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Draw.Rectangle
Collapse
X
-
Hello,
Thank you for the post.
The ZOrder will determine what order objects are drawn to the chart. You may use SetZOrder() to set the ZOrder of any particular drawing object. You may set any IDrawingTool's ZOrderType to specify the order of drawing. The options are Normal, AlwaysDrawnFirst, or AlwaysDrawnLast.
You can also change the ZOrder of the entire NInjaScript object by overriding the OnRender() function and using SetZOrder().
Here are links to all the material mentioned here:
https://ninjatrader.com/support/help...rawingtool.htm - IDrawingtool
https://ninjatrader.com/support/help...zordertype.htm - ZOrderType
https://ninjatrader.com/support/help...art_zorder.htm - Chart ZOrder
https://ninjatrader.com/support/help...?setzorder.htm - SetZOrder
Please let us know if we may be of any further assistance.
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by SalmaTrader, 07-07-2026, 10:26 PM
|
0 responses
35 views
0 likes
|
Last Post
by SalmaTrader
07-07-2026, 10:26 PM
|
||
|
Started by CarlTrading, 07-05-2026, 01:16 PM
|
0 responses
20 views
0 likes
|
Last Post
by CarlTrading
07-05-2026, 01:16 PM
|
||
|
Started by CaptainJack, 06-17-2026, 10:32 AM
|
0 responses
13 views
0 likes
|
Last Post
by CaptainJack
06-17-2026, 10:32 AM
|
||
|
Started by kinfxhk, 06-17-2026, 04:15 AM
|
0 responses
19 views
0 likes
|
Last Post
by kinfxhk
06-17-2026, 04:15 AM
|
||
|
Started by kinfxhk, 06-17-2026, 04:06 AM
|
0 responses
22 views
0 likes
|
Last Post
by kinfxhk
06-17-2026, 04:06 AM
|

Comment