chart with DateAxis throwing exception when keeping zooming

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
JamesDONG
Newbie
Newbie
Posts: 2
Joined: Fri Nov 21, 2008 12:00 am

chart with DateAxis throwing exception when keeping zooming

Post by JamesDONG » Mon Jul 13, 2009 9:24 pm

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,

Yeray
Site Admin
Site Admin
Posts: 9612
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: chart with DateAxis throwing exception when keeping zooming

Post by Yeray » Tue Jul 14, 2009 1:21 pm

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.
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Post Reply