Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
How to get bounding box of chart objects
Collapse
X
-
-
Hello wbennettjr,
Thank you for posting in our forum. Can you please clarify what you mean by getting the bounding box of chart objects?
To select a chart object, such as an indicator or drawing object, left click it once, and then you will see several circles on the object indicating that it is selected. To get to the properties menu of a drawing object, double click the object.
I look forward to your reply.
-
Thanks Micah,
Let's say I do "var dot = Draw.Dot(...)". I want to get a Rect instance that is the bounds for that dot. Essentially the smallest rectangle that encompasses the dot or triangle or ellipse or whatever other drawing/chart object.
Thanks,
Wil
Comment
-
Hello wbennettjr,
Thank you for your response.
There is no property to pull the bounds of a drawing tool. You could use custom rendering to draw your dots, triangles, etc. and then draw rectangles inside them.
For information on custom rendering please visit the following link: http://ninjatrader.com/support/helpG...s/onrender.htm
Please let me know if you have any questions.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
592 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
343 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
103 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
556 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
554 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment