SciChart® the market leader in Fast WPF Charts, WPF 3D Charts, iOS Chart, Android Chart and JavaScript Chart Components
We create a surface in code and use ExportToFile() to embed it in a printable document.
All well and fast.
But, after changing region settings from en-us to de-de this Method takes ALL memory an the Machine and causes out of memory issues and virtually halts the machine.
We tried our code on different machines and the behavior was always the same.
Has anybody similar experiences? Or even a solution đŸ™‚
Regards
Otto Gierling
It was our code.
We use this line
internal static readonly double DefaultLandscapeWidth = (double)new LengthConverter().ConvertFrom("24.5cm");
using different CultureInfos this renders to
the same for height…
So the image gets quite a bit larger then expected.
Thanks (sometimes it helps to formulate a problem to somebody not involved đŸ˜‰
Please login first to submit.