When change the page of TChart, the cursorline disappeared,
the style of which is cssHorizontal...
while the one of cssVertical is OK.
When change the page of TChart, the cursorline disappeared
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: When change the page of TChart, the cursorline disappeared
Hello elmec,
I'm sorry but I don't understand which is your exact problem. I don't have any idea on how to reproduce it neither. As recommended on the forums posting guideline, specially section 2, could you please attach a simple example project we can run "as-is" to reproduce the problem here?
Thanks in advance.
I'm sorry but I don't understand which is your exact problem. I don't have any idea on how to reproduce it neither. As recommended on the forums posting guideline, specially section 2, could you please attach a simple example project we can run "as-is" to reproduce the problem here?
Thanks in advance.
Best Regards,
Narcís Calvet / 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: When change the page of TChart, the cursorline disappeared
Please download the example project from here.
https://onedrive.live.com/redir?resid=5 ... 0ADC%21220
https://onedrive.live.com/redir?resid=5 ... 0ADC%21220
Re: When change the page of TChart, the cursorline disappeared
Hello elmec,
Looking at them, I understand both cssHorizontal and cssVertical work fine.
- When cssHorizontal, the cursor tool is drawn as an horizontal line at the center of the screen. If you don't specify an YValue for the cursor, TeeChart initializes it with the value in the center of the left axis range.
Then, changing to a bigger page, the left axis isn't altered and the cursor too is still visible.
- When cssVertical, the cursor tool is drawn as an vertical line at the center of the screen. If you don't specify an XValue for the cursor, TeeChart initializes it with the value in the center of the bottom axis range.
Then, changing to a bigger page, the bottom axis is altered but not the XValue of the cursor tool. Then, the cursor isn't drawn because its XValue is out of the bottom axis range.
Thanks for the project and the screenshots.elmec wrote:When change the page of TChart, the cursorline disappeared,
the style of which is cssHorizontal...
while the one of cssVertical is OK.
Looking at them, I understand both cssHorizontal and cssVertical work fine.
- When cssHorizontal, the cursor tool is drawn as an horizontal line at the center of the screen. If you don't specify an YValue for the cursor, TeeChart initializes it with the value in the center of the left axis range.
Then, changing to a bigger page, the left axis isn't altered and the cursor too is still visible.
- When cssVertical, the cursor tool is drawn as an vertical line at the center of the screen. If you don't specify an XValue for the cursor, TeeChart initializes it with the value in the center of the bottom axis range.
Then, changing to a bigger page, the bottom axis is altered but not the XValue of the cursor tool. Then, the cursor isn't drawn because its XValue is out of the bottom axis range.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: When change the page of TChart, the cursorline disappeared
I am sorry that I attached the images for the style of which is cssHorizontal,
which works well just by assigning new X offset when page changed..
I meant to attach the ones for the style of which is cssVertical,
the cursor with the style of cssVertical disappeared when paged changed...
Add I uploaded the new demo ...Please check it.
http://1drv.ms/1d9GOd1
which works well just by assigning new X offset when page changed..
I meant to attach the ones for the style of which is cssVertical,
the cursor with the style of cssVertical disappeared when paged changed...
Add I uploaded the new demo ...Please check it.
http://1drv.ms/1d9GOd1
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: When change the page of TChart, the cursorline disappeared
Hello elmec,
Thanks for the new project. It works fine for me here using TeeChart Pro 2014.10.140220, which is the latest release available. Can you please check if this version solves the problem at your end? If I'm not wrong, you are using Borland C++ Builder 6. You can compile the sources for this version enabling the "Legacy IDEs" checkbox in TeeRecompile.
Thanks in advance.
Thanks for the new project. It works fine for me here using TeeChart Pro 2014.10.140220, which is the latest release available. Can you please check if this version solves the problem at your end? If I'm not wrong, you are using Borland C++ Builder 6. You can compile the sources for this version enabling the "Legacy IDEs" checkbox in TeeRecompile.
Thanks in advance.
Best Regards,
Narcís Calvet / 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 |