I save off the data of my chart that contains just under 9000 points in a PointSeries. I specify to save it out into a comma delimited file
I then use the TeeChart for .NET Example application and go to
Welcome !\Components\ChartController
I click on the chart Editor icon.
Remove the 1 series in the chart
Go to the 3D tab and uncheck the 3 Dimensions check box
Then add a new Point series
Clicked on the Series button at the top of the Chart Editor dialog
Go to the DataSource tab of the Series
Select Text file
Point it to the comma delimited file I just created
Go to the Field tab and put X in the X box and Y in the Y Box because that is the name of columns in my comma delimited file.
Not sure what the Text box is for
Set the number of Header lines = 1
Pressed the Apply button
The resulting Chart is not the same as the chart I exported from.
The dialog implies I should be able to do this, but it really is not working for me.
I have uploaded a sample file produced when I saved my original chart saving it out as a comma delimited text file.
Unable to successfully import a set of data points
-
- Advanced
- Posts: 192
- Joined: Thu Feb 01, 2007 12:00 am
- Contact:
Hello Mike,
Thanks,
Please, check if put 0 in the X box and 1 in the Y box works fine. You needs put 0 and 1 because series text source use the index of columns.Go to the Field tab and put X in the X box and Y in the Y Box because that is the name of columns in my comma delimited file.
Thanks,
Best Regards,
Sandra Pazos / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |