I have a chart with DateTime x-Axis, but when I keep zooming out using "tChartTimeSeries.Zoom.ZoomPercent(70);" , I will get exception.
I tried to use
try
{
tChartTimeSeries.Zoom.ZoomPercent(70);
}
catch (Exception ex)
{
}
to catch, but I could not catch it. it will go WndProc(ref Message m), then I will get exception.
Does anyone know about this or has similar issue?
Thanks,
chart with DateAxis throwing exception when keeping zooming
Re: chart with DateAxis throwing exception when keeping zooming
Hi James,
I've tried to reproduce it but without any success. Could you please attach here a simple example project we can run as-is to reproduce the problem here?
Thanks in advance.
I've tried to reproduce it but without any success. Could you please attach here 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 |