Steps to reproduce:
Run attached sample, then choose save-export to pdf. Save pdf and open in. When using culture different than "en", chart axes will not export correctly.
This is how it will look like (mind the axes) I am also attaching simple sample file.
if we change
Code: Select all
var cultureInfo = CultureInfo.GetCultureInfo("hr-HR");
Code: Select all
var cultureInfo = CultureInfo.GetCultureInfo("en");
Thanks for your reponse and best regards