However, I am trying to draw a button or shape on the canvas itself that, when clicked, performs some change to a property grid setting. Any direction would be appreciated.
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Adding a button to chart background
Collapse
X
-
Adding a button to chart background
I am looking for an example of how to modify a setting on the property grid when a user clicks on a shape I have drawn on the canvas. I saw this example which deals more with adding a button to the toolbar:
However, I am trying to draw a button or shape on the canvas itself that, when clicked, performs some change to a property grid setting. Any direction would be appreciated. -
Hello swcooke,
Not all properties can be set.
The z-order specifically would be set with SetZOrder().
Below is a public link to the help guide.
Many (not all) chart properties can be set in the ChartControl.Properties collection.
Below is a public link to the help guide on ChartControl.Properties.
What specifically are you trying to set?Chelsea B.NinjaTrader Customer Service
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
581 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
338 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
554 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
552 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment