From: <dhe...@ao...> - 2008-04-21 18:19:57
|
I am using VS2005 .NET 3.0, C#, Windows XP. The Nplot library (version 0.9.10.0) works great – except, 1. When the context menu option ‘Original Dimensions’ is clicked, it display all of the labels on the x axis in a clump. The PhysicalSpacing min is set to 25 – which works fine until the ‘Original Dimensions’ is clicked. 2. When expanding the x-axis – if it is expanded too far, it bombs in NPlot.Axis in the Draw routine: {"Index was out of range. Must be non-negative and less than the size of the collection.\r\nParameter name: index"} at the line: “this.DrawTicks( g, physicalMin, physicalMax, out labelOffset, out tickBounds );” I wanted to compile NPLOT to debug the problem, but cannot. There are 2 errors: “System.Windows.Forms.PaintEventArgs does not contain a definition for X” “System.Windows.Forms.PaintEventArgs does not contain a definition for Y” I have installed MSBEE. Can you help point me in the right direction? Thanks, Deb |