From: FXHat - <fxh...@gm...> - 2008-12-11 17:02:24
|
I can confirm the problem as posted by Rob Smyth. Although at my PC (Windows Vista), the CPU only gets to 50% (P4 / 2.8 Gigaherz). For me this bug causes other unexpected side affects. Including: * The tooltip / coordinates balloon that shows when hovering over the chart keeps flickering (updating I guess). * When the PlotSurface2D is placed on a tab control and the tab control is cycled using Ctrl + Tab, the PlotSurface2D fails to paint when arriving back at the original tab page until the mouse cursor is moved away from the PlotSurface2D. <<<>>> "Firstly getting 2 tables left and right vertical margins to line up (there are 2 graphs, 1 above the other)" You could try the following: <instance>.YAxis1.LabelOffsetAbsolute = true; <instance>.YAxis1.LabelOffset = x; This will align the y axes of both plotsurfaces (when placed exactly below each other). |