dear support,
attached two screen captures which show a behavior that I am having some troubles to fix.
I do have a chart with a customised horizontal axis. I can see that the axis labels overlap. In order to fix this, I have to hover the mouse cursor over the chart.
Is there some option I need to set to solve this issue?
thanks
refresh period of chart
refresh period of chart
- Attachments
-
- ChartAfter.PNG (4.07 KiB) Viewed 8804 times
-
- CaptureChartBad.PNG (6.09 KiB) Viewed 8780 times
thanks,
Nabil Ghodbane (PhD. Habil)
Nabil Ghodbane (PhD. Habil)
Re: refresh period of chart
Hello,
Problems with custom painting that are fixed with some mouse interaction (like hover, zoom or scroll) could indicate that the chart needs to be repainted so the relative references being used in the custom painting routines can give correct results.
I'd suggest you to force a chart repaint after your chart initialization:
If you still find problem with it, please don't hesitate to let us know.
Problems with custom painting that are fixed with some mouse interaction (like hover, zoom or scroll) could indicate that the chart needs to be repainted so the relative references being used in the custom painting routines can give correct results.
I'd suggest you to force a chart repaint after your chart initialization:
Code: Select all
Chart1.Draw;
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: refresh period of chart
OK, many thanks for the clarification
thanks,
Nabil Ghodbane (PhD. Habil)
Nabil Ghodbane (PhD. Habil)
Re: refresh period of chart
Hi,many thanks for the hint, but It does not help. Is there some other solution I could use here. Because so far, the only solution I came to, is to move the mouse cursor on top of the chart.
Chart.Draw does not help.
thanks.
Chart.Draw does not help.
thanks.
thanks,
Nabil Ghodbane (PhD. Habil)
Nabil Ghodbane (PhD. Habil)
Re: refresh period of chart
Hello,
In that case, we'd more information about why the problem is happening and the easiest way to do that is to get a simple example project reproducing the problem; could you please arrange one?cssesuc wrote:Hi,many thanks for the hint, but It does not help. Is there some other solution I could use here. Because so far, the only solution I came to, is to move the mouse cursor on top of the chart.
Chart.Draw does not help.
thanks.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |