They have always same length ..So when your data increases,
open-close sticks relatively grow and all lines mix..
If this is a bug could you advice alternative approach
for handling this problem ..
Open and Close Stick don't resize (Zoom)
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi glikoz,
I haven't been able to reproduce this problem using both v1 and v2 latest releases. However I'm not sure of it being what you exactly report, so could you please send us an example we can run "as-is" or tell us the exact steps to reproduce this problem here?
You can post your files at [url]news://www.steema.net/steema.public.attachments[/url] newsgroup.
Thanks in advance.
I haven't been able to reproduce this problem using both v1 and v2 latest releases. However I'm not sure of it being what you exactly report, so could you please send us an example we can run "as-is" or tell us the exact steps to reproduce this problem here?
You can post your files at [url]news://www.steema.net/steema.public.attachments[/url] newsgroup.
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 |
* Add Tchart component to project
* Add Candle Series To Tchart (Select Candle Type BAR !)
* Add 3500 random Point by "FillSampleValues"
now u are looking untidy content ?
Its not about only data size (3500)
Its also about open and close sticks.. they have fixed size !...
For example : when you zoom in to chart all vertical sticks go bigger size..
But open and close sticks (horizontal) never change..
(Development Environment- VS.NET 2005 Beta 2 + TeeChartV2 Beta)
Thx..
* Add Candle Series To Tchart (Select Candle Type BAR !)
* Add 3500 random Point by "FillSampleValues"
now u are looking untidy content ?
Its not about only data size (3500)
Its also about open and close sticks.. they have fixed size !...
For example : when you zoom in to chart all vertical sticks go bigger size..
But open and close sticks (horizontal) never change..
(Development Environment- VS.NET 2005 Beta 2 + TeeChartV2 Beta)
Thx..
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi glikoz,
Thank you very much for the instructions. I've been able to reproduce what you report and I've added it to our wish list to be improved for future releases.
In the meantime you may set candle1.CandleWidth property according to the zooming status of your chart on the Zoomed event.
Thank you very much for the instructions. I've been able to reproduce what you report and I've added it to our wish list to be improved for future releases.
In the meantime you may set candle1.CandleWidth property according to the zooming status of your chart on the Zoomed event.
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 |