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 Mindset, 04-21-2026, 06:46 AM
|
0 responses
49 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|
||
|
Started by M4ndoo, 04-20-2026, 05:21 PM
|
0 responses
69 views
0 likes
|
Last Post
by M4ndoo
04-20-2026, 05:21 PM
|
||
|
Started by M4ndoo, 04-19-2026, 05:54 PM
|
0 responses
36 views
0 likes
|
Last Post
by M4ndoo
04-19-2026, 05:54 PM
|
||
|
Started by cmoran13, 04-16-2026, 01:02 PM
|
0 responses
96 views
0 likes
|
Last Post
by cmoran13
04-16-2026, 01:02 PM
|
||
|
Started by PaulMohn, 04-10-2026, 11:11 AM
|
0 responses
59 views
0 likes
|
Last Post
by PaulMohn
04-10-2026, 11:11 AM
|

Comment