I've encountered OverflowException in GraphicsRenderContext.DrawRectangle. The reason as I understand so far, is in the Axis.Scale property, which, at some point, takes a value that is infinitely small. That leads Y values of the rectangle to be infinitely big and cause the OverflowException.
Comments: This should be corrected, but where? The Axis.Scale should probably not be changed. Maybe this should be checked within the DrawRectangle method? Can you create a small model, e.g. with fixed min/max limits of the axes, that reproduces the exception?
Comments: This should be corrected, but where? The Axis.Scale should probably not be changed. Maybe this should be checked within the DrawRectangle method? Can you create a small model, e.g. with fixed min/max limits of the axes, that reproduces the exception?