Search found 61 matches
- Tue Mar 24, 2009 3:03 pm
- Forum: .NET
- Topic: Error when adding a point to a line graph
- Replies: 5
- Views: 9061
.. and by the way this line works fine: tChart.Series(intSeriesID).Add(422,-1000.1) and from my previous post, this does not work: tChart.Series(intSeriesID).Add(422,-1000.1,"hewj") So it must be the combination og x value and caption that creates the problem. Still can't reproduce in a stand alone ...
- Tue Mar 24, 2009 2:55 pm
- Forum: .NET
- Topic: Error when adding a point to a line graph
- Replies: 5
- Views: 9061
I have come a bit further: This line executes ok tChart.Series(intSeriesID).Add(421,-1000.1,"hewj") This line gives the error: Index must be within the bounds of the List. tChart.Series(intSeriesID).Add(422,-1000.1,"hewj") I can not reproduce this in a stand alone app. Is there some kind of setting ...
- Tue Mar 24, 2009 2:28 pm
- Forum: .NET
- Topic: Error when adding a point to a line graph
- Replies: 5
- Views: 9061
Hi Narcís I think it will be hard for me to create a stand-alone example. This is part of a big application which uses a ms SQL server database. So it would take me quite a wile to create a stand alone example. I just hoped that you had seen the error before and could give a quick solution. I'll try...
- Tue Mar 24, 2009 1:48 pm
- Forum: .NET
- Topic: Error when adding a point to a line graph
- Replies: 5
- Views: 9061
Error when adding a point to a line graph
Hi I have uploaded a screenshot for you that shows an exception I get in VB net 2005. I can't understand why it happens. I run through a loop where I add values to a line series. at value number 51 it suddenly gives me an exception. I have also included my watch window in the screen shot so that you...
- Fri Mar 13, 2009 1:47 pm
- Forum: .NET
- Topic: problem with not showing point in line series
- Replies: 4
- Views: 8637
Hi Sandra Thanks for your answer. Although it was not really what I was hoping for. I still mean that if I have a line series and I add one and only one point to it it is displayed correctly as one point. If I add two points they are still displayed correctly with a line between them If I add two id...
- Fri Mar 13, 2009 10:04 am
- Forum: .NET
- Topic: problem with not showing point in line series
- Replies: 4
- Views: 8637
problem with not showing point in line series
Hi there I am using teechart net 2.0.2306.26232 and VB net 2005 I have a problem with the line series, which I hope you can help me with The problem is a bit special. If I add a line series that has exactly two points and those points both have the same value (eg. x=3 and Y=10 and X=3 and Y=10) the ...
- Thu Jan 08, 2009 1:29 pm
- Forum: .NET
- Topic: problems with size of exported bitmap image
- Replies: 1
- Views: 4321
problems with size of exported bitmap image
Hi I'm trying to export my graph to file by using this code in VB net 2005: Dim MyBmpFile As Steema.TeeChart.Export.BitmapFormat = Tchart1.Export.Image.Bitmap MyBmpFile.Save(strSavePath) The strange thing is that tchart1 has a size of 800*320 and the myBmpFile variable ends up having a size of 1467*...
- Mon Nov 03, 2008 12:45 pm
- Forum: .NET
- Topic: mouseover label texts
- Replies: 1
- Views: 4346
mouseover label texts
Hi I have a chart with some numeric values displayed as x-axis labels. I would like to be able to move the mouse over one of these numbers and then do a database lookup to find the matching long descriptive text. Is it possible to trigger on the mouse moving over an axis label and is it possible to ...
- Fri Sep 26, 2008 1:07 pm
- Forum: .NET
- Topic: Smithchart
- Replies: 22
- Views: 28674
- Fri Sep 26, 2008 1:01 pm
- Forum: .NET
- Topic: Smithchart
- Replies: 22
- Views: 28674
- Thu Sep 25, 2008 12:45 pm
- Forum: .NET
- Topic: Smithchart
- Replies: 22
- Views: 28674
Hi Narcís Lars Iversen here. I'm working together with Jan As your graph is very different from Jan and your legend gives very large numbers I suspect the reason for you having different graphs could be regional settings. If you go to control panel --> Regional and Language Option --> Cutomize and s...
- Tue Sep 02, 2008 9:27 am
- Forum: .NET
- Topic: line graph with a part missing in the middle
- Replies: 3
- Views: 6595
- Tue Sep 02, 2008 8:44 am
- Forum: .NET
- Topic: line graph with a part missing in the middle
- Replies: 3
- Views: 6595
line graph with a part missing in the middle
Hi I would like to make a graph with line series. I would like each line to be able to have a missing part. I mean I have xy data for x=1,2,3 but not for x=4,5, 6 and then again for X=7,8, 9 so I want one single series to go from x= 1 to 3 then it should be "invisible" from 3 to 7 and be drawn again...
- Tue Jul 29, 2008 1:14 pm
- Forum: .NET
- Topic: Boxplot outliers
- Replies: 3
- Views: 6929
- Fri Jul 04, 2008 9:33 am
- Forum: .NET
- Topic: Boxplot outliers
- Replies: 3
- Views: 6929
Boxplot outliers
Hi I have a question about outliers in boxplots. I haven't been able to find an answer in any documentation. What is the precise condition for distinguishing between mild and extreme outliers in a box plot? What condition is required for a point to be an outlier and what condition is required for a ...