I fill chart w/data programmatically. When I run the same data fill routines again, the horizontal bars are halved in height and/or spaced further apart. If I run again spaced off the chart.
I have tried clearing the chart/series/groups but to no avail. I have to shut the program and restart to get the intended chart back
The form containing the chart is not destroyed on close but hidden.
How does one clear the chart effectively?
Thanks
Refilling chart
Re: Refilling chart
Hello,
Maybe you are clearing the old series without deleting it. Then if you are creating a new series the chart reserves the space for both series, independently of the data they contain.
However, I can only guess. If you still find problems with it, please arrange a simple example project we can run as-is to reproduce the problem here.
Maybe you are clearing the old series without deleting it. Then if you are creating a new series the chart reserves the space for both series, independently of the data they contain.
However, I can only guess. If you still find problems with it, please arrange a simple example project we can run as-is to reproduce the problem here.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: Refilling chart
I set chart FreeAndNil and recreate each time I want to fill it with new data. Created other problems but that is another issue.
Thanks
Best regards
Robert
Thanks
Best regards
Robert
Re: Refilling chart
Hello,
I'm not sure if the code I've just posted in the other thread helps you here.
If you still find problems with this one, please arrange a simple example project we can run as-is to reproduce the problem here.
Thanks in advance.
I'm not sure if the code I've just posted in the other thread helps you here.
If you still find problems with this one, please arrange a simple example project we can run as-is to reproduce the problem here.
Thanks in advance.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |