BoldSignA modern eSignature application with affordable pricing. Sign up today for unlimited document usage!
Hi,I have an issue with the chart annotations when I set the Culture to "es-ES". The annotations are rendered/plotted in the incorrect location on the chart. I will ultimately need to switch the culture at run-time.The Culture is set in App.xaml.cs.public partial class App : Application{protected override void OnStartup(StartupEventArgs e){//Thread.CurrentThread.CurrentUICulture = new CultureInfo("en");Thread.CurrentThread.CurrentUICulture = new CultureInfo("es-ES");Thread.CurrentThread.CurrentCulture = Thread.CurrentThread.CurrentUICulture;base.OnStartup(e);}}Please find sample attached.Regards,Maurizio
Attachment: Testing_WFP_Charts_23adf6a4.rar