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 Hwop38, 05-04-2026, 07:02 PM
|
0 responses
161 views
0 likes
|
Last Post
by Hwop38
05-04-2026, 07:02 PM
|
||
|
Started by CaptainJack, 04-24-2026, 11:07 PM
|
0 responses
309 views
0 likes
|
Last Post
by CaptainJack
04-24-2026, 11:07 PM
|
||
|
Started by Mindset, 04-21-2026, 06:46 AM
|
0 responses
245 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|
||
|
Started by M4ndoo, 04-20-2026, 05:21 PM
|
0 responses
349 views
0 likes
|
Last Post
by M4ndoo
04-20-2026, 05:21 PM
|
||
|
Started by M4ndoo, 04-19-2026, 05:54 PM
|
0 responses
179 views
0 likes
|
Last Post
by M4ndoo
04-19-2026, 05:54 PM
|

Comment