06-14-2011 01:02 AM
Hello,
I have several channels in my tdms-file. Now I would like to take the data in the first channel (time) and show these as the XAxis (these values are seconds like 0.1, 0.11, 0.12, 0.13..85.273. It is not difficult to show these on the XAxis while using XAxis.range(..) and XAxis.Mode = AxisMode.Fixed but then I can't see the whole values from the other channels (the number of values in all channels is the same), I only see the first 85 values.
I hope you can help me and I'm sorry for my bad english.
thanks
Solved! Go to Solution.
06-16-2011 04:20 AM
Hi Kampfsau,
I'm of the opinion there is something wrong with your xscale settings. You have x-values from 0.1 to 85.273 it looks like the settings are wrong in this way, that your graph only uses the integer values for your xscale or something like that and thatswhy you only have 85 x-values.
Can you please check this. Furthermore can you send your tdmsfile?
regards
Tobias
06-16-2011 05:19 AM
Thanks for your reply.
It is not allowed for me to publish the tdms-file. Sorry
I have solved the problem for myself while using TeeChart for displaying the channels. This worked fine.