Exception when re-sizing to minimum...
Posted: Tue May 20, 2014 11:07 am
Attached the exception window when,
I try to re-size the window to absolute minimum and bringing the size back to normal and then pressing left button mouse down to zoom it back an exception is thrown.
Chart contains a line with IsoHorizAxes =true and
tChart1.BeforeDrawSeries += tChart1_BeforeDrawSeries;
void tChart1_BeforeDrawSeries(object sender, Graphics3D g)
{
tChart1.Axes.Bottom.AdjustMaxMin();
}
I try to re-size the window to absolute minimum and bringing the size back to normal and then pressing left button mouse down to zoom it back an exception is thrown.
Chart contains a line with IsoHorizAxes =true and
tChart1.BeforeDrawSeries += tChart1_BeforeDrawSeries;
void tChart1_BeforeDrawSeries(object sender, Graphics3D g)
{
tChart1.Axes.Bottom.AdjustMaxMin();
}