Hi Dave
Sorry, but your solution didn't work for me. However, I've found a
workaround.
1. Set the TickText font to a monospaced font (e. g. Courier New)
2. Supress commas by specifying {0:F0} as number format
(this is OK for the moment but needs to be changed if I need
floating point labels)
3. Loop through all the PlotSurface2D and find the largest WorldMin/
WorldMax
(with double.ToString("F0").Length)
4. Set margin and width for each P2D based on this values
-- Benjamin
|