chart with DateAxis throwing exception when keeping zooming
Posted: 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,
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,