It seems the same problem as I had initially with the XML file: In the text files the decimal separator is "." (dot), column separator is TAB. So the values are not correct. I tried the code snippet but - with the old assembly - no points were displayed. So I decided to immediately download the new assembly from the link you sent me.Is this similar to what you are looking for? What do you miss here? Can you try implementing it in the code snippet below?
Then I did:
- rename old dll
- copied new dll to Steema folder
- removed TeeChart from formular
- deleted "Verweis" (reference) to old dll in solution explorer
- removed old dll from from debug folder
- dropped new TeeChart onto formular
- tried to start application, error message:
(freely translated)LC.exe was finished with error code one
(not sure that this was the correct sequence)
I continued with:
- creating empty project
- dropping TChart onto formular
- tried to start app with same error message
I continued with:
- removed TeeChart from formular as well as reference and dll from release folder
- removing all TeeChart components from Toolbox
- loaded the new TeeChart.dll in Toolbox
- dropped TChart onto form
- tried to start with same error message
I continued with:
- Closed VS .net
- Reopened VS IDE
- Created new project
- dropped TChart onto form
- tried to start with same error message
What is wrong / how to preceed?
Did you check the influence of data points with x=0 onto charts with logarithmic x axis?
Best regards,
Uli