In class:
Nzy3d.WinformsDemo\ChartsHelper.cs
at line 74:
coords.Add(new Coord3d(i, dateL, double.Parse**(data[i]**)));
During debugging I have issue connected with data type of data[i]. When my string is dot delimitted code throw error.
When number is represented by comma delimitted, program can be debug.
In class:
Nzy3d.WinformsDemo\ChartsHelper.cs
at line 74:
coords.Add(new Coord3d(i, dateL, double.Parse**(data[i]**)));
During debugging I have issue connected with data type of data[i]. When my string is dot delimitted code throw error.
When number is represented by comma delimitted, program can be debug.