Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
X Coordinate chart fix
Collapse
X
-
X Coordinate chart fix
Hi, is it possible to fix a chart programmatically so that it doesn't move? I have a custom indicator that I would like to leave at a fixed X coordinate. For example using Chart Properties I have a large right side margin which works well but as the time series updates it pushes the chart to the left which is expected behavior what I would like to to is override this and leave the chart at a specific X location. If I move the chart forward or backward with the mouse the arrow appears up the top right as per usual is there a way I can call this within my code? Instead of having to scroll like I mentioned multiple times everyday? Regards, suprsnipes.1 PhotoTags: None
-
Hello suprsnipes,
Thank you for the post.
Outside of doing what you currently are with the mouse dragging, I would not be certain of another documented/supported way to do this. You may be able to send a left arrow key event using SendKeys however this is not something we have any kind of documentation/samples of. You may be able to locate some existing discussion about moving the chart in the forum posts here, otherwise, SendKeys is just a C# concept which you can locate samples for online. The ChartControl may be able to be used for this purpose.
I look forward to being of further assistance.
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
577 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
334 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
101 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
553 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
551 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment