Hi
I am using evaluation version of teechart4 for developing windows application. I have taken a line object to draw line, first the graph would show a single line then we would have a option to drag and drop multiple lines from the original line in the graph.
Please help me as soon as possible.
Thanks in advance for your support
Thanking and regards
Sudhir
Drag Drop Line series object
Re: Drag Drop Line series object
Hello Amol,
I suggest you use DrawLineItems, that allow to know which line is selected. I think may be interesting for you, take a look in this link.
I hope will help.
Thanks,
I suggest you use DrawLineItems, that allow to know which line is selected. I think may be interesting for you, take a look in this link.
I hope will help.
Thanks,
Best Regards,
Sandra Pazos / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
Re: Drag Drop Line series object
Hi
Problem is attached in screen shot please look this.
thanks
Sudhir
Problem is attached in screen shot please look this.
thanks
Sudhir
- Attachments
-
- this is base graph when project would load
- second.PNG (35.18 KiB) Viewed 11112 times
-
- drag multiple line object from the base line
- baseGrap1.PNG (18.76 KiB) Viewed 11111 times
Re: Drag Drop Line series object
Hello Amol,
Thanks for your information. Please, can you arrange a simple project because we can reproduce your problem exactly here?
Thanks,
Thanks for your information. Please, can you arrange a simple project because we can reproduce your problem exactly here?
Thanks,
Best Regards,
Sandra Pazos / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
Re: Drag Drop Line series object
Hi,
The project is in initial stage so this is first graph which i have to plot, actually i have taken a line object to draw the base graph and this would load at the time of project loaded then i have to drag this line using mouse and drop it on the teechart then a new line objeect would be created which is mentiond in attached screen shot.
Please look this problem it is very urgent .
I am waiting for your reply..
Thanks in advance
Sudhir
The project is in initial stage so this is first graph which i have to plot, actually i have taken a line object to draw the base graph and this would load at the time of project loaded then i have to drag this line using mouse and drop it on the teechart then a new line objeect would be created which is mentiond in attached screen shot.
Please look this problem it is very urgent .
I am waiting for your reply..
Thanks in advance
Sudhir
Re: Drag Drop Line series object
Hello Sudhir,
I recommend you use Drag Points Tool and calculate the displacement of point have moved, using the help of MouseDown and MouseUp events to move each point same displacement of point you have moved first. You can find and example with ActiveX here: http://www.teechart.net/support/viewtopic.php?t=3733. If you have any problems with it let me know.
I hope will helps.
Thanks,
I recommend you use Drag Points Tool and calculate the displacement of point have moved, using the help of MouseDown and MouseUp events to move each point same displacement of point you have moved first. You can find and example with ActiveX here: http://www.teechart.net/support/viewtopic.php?t=3733. If you have any problems with it let me know.
I hope will helps.
Thanks,
Best Regards,
Sandra Pazos / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |