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 CaptainJack, 05-29-2026, 05:09 AM
|
0 responses
227 views
0 likes
|
Last Post
by CaptainJack
05-29-2026, 05:09 AM
|
||
|
Started by CaptainJack, 05-29-2026, 12:02 AM
|
0 responses
146 views
0 likes
|
Last Post
by CaptainJack
05-29-2026, 12:02 AM
|
||
|
Started by charlesugo_1, 05-26-2026, 05:03 PM
|
0 responses
160 views
1 like
|
Last Post
by charlesugo_1
05-26-2026, 05:03 PM
|
||
|
Started by DannyP96, 05-18-2026, 02:38 PM
|
1 response
237 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
197 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|

Comment