IndexOutOfRangeException?
Posted: Thu Dec 18, 2003 4:08 pm
Hi everyone. I created a simple teechart that has an x and y axis. I plot the numbers below, but i receive an error.
fastLine1.Add(1.0,3.3691226157562149);
fastLine1.Add(2.0,3.3691226157562149);
fastLine1.Add(3.0,3.3691226157562149);
fastLine1.Add(4.0,3.3691226157562149);
fastLine1.Add(5.0,3.3691226157562153);
The points are really small, but I don't think it should be crashing. All of the settings for teechart are the default ones when you add the component to a C# project.
If anyone has any solutions for me or knows that this is an issue with teechart please let me know. I'm writing an application that needs very high precision, so this error behavior has been common for me so far. A solution is very important for me.
Thanks in advance,
Chris
fastLine1.Add(1.0,3.3691226157562149);
fastLine1.Add(2.0,3.3691226157562149);
fastLine1.Add(3.0,3.3691226157562149);
fastLine1.Add(4.0,3.3691226157562149);
fastLine1.Add(5.0,3.3691226157562153);
The points are really small, but I don't think it should be crashing. All of the settings for teechart are the default ones when you add the component to a C# project.
If anyone has any solutions for me or knows that this is an issue with teechart please let me know. I'm writing an application that needs very high precision, so this error behavior has been common for me so far. A solution is very important for me.
Thanks in advance,
Chris