Tee Chart and C# Localisation problem
Posted: Fri Oct 21, 2005 9:32 am
Hi
I try tu use the "localizable" property on a windows form to define several langage for my application.
When a TeeChart is present on the form, and "localizable" is TRUE, "I ve an error on execution :
In Form : InitializeComponent
Line this.tChart1.Series.Add(this.points1);
Error : Object reference not set to an instance of an object.
(The same instruction is OK when form.localisable is FALSE)
Is TeeChart compatible with .Net localisation ??
Thanks
I try tu use the "localizable" property on a windows form to define several langage for my application.
When a TeeChart is present on the form, and "localizable" is TRUE, "I ve an error on execution :
In Form : InitializeComponent
Line this.tChart1.Series.Add(this.points1);
Error : Object reference not set to an instance of an object.
(The same instruction is OK when form.localisable is FALSE)
Is TeeChart compatible with .Net localisation ??
Thanks