Search found 18 matches
- Sun Mar 11, 2007 10:32 pm
- Forum: .NET
- Topic: Problem with axis labels (line series with small values)
- Replies: 5
- Views: 7679
Hi Narcís, Thanks again for the quick reply. We're using a couple of other software packages, and I have to say that Steema's support is certainly the best I've ever encountered. For all the topics I've posted so far, I've always received a quick response, and that's a very comfortable feeling (know...
- Fri Mar 09, 2007 2:22 pm
- Forum: .NET
- Topic: Problem with axis labels (line series with small values)
- Replies: 5
- Views: 7679
- Fri Mar 09, 2007 2:12 pm
- Forum: .NET
- Topic: ChangeType doesn´t preserve order of X values?
- Replies: 5
- Views: 7065
Hi, I'm using the latest version of the library (2.0.2586.24039), and this bug is still present (half year has passed since then). To me, it looks that this can be easily fixed, so I would've expected to see it fixed earlier. Any idea when this will be fixed and/or is it possible to speed up this fi...
- Fri Oct 13, 2006 10:42 am
- Forum: .NET
- Topic: Various Smith Series problems
- Replies: 3
- Views: 6472
Hi, 1. Great that it has been added... thanks. 2. This behavior is independent of the Circled property. It doesn't matter if it is set to True or not, the result is the same. I actually noticed this problem in a more complex situation, but I narrowed it down in a simple demonstrator (cfr. the code)....
- Thu Oct 12, 2006 12:43 pm
- Forum: .NET
- Topic: Various Smith Series problems
- Replies: 3
- Views: 6472
Various Smith Series problems
Hi, 1. When I use a Smith Series, no symbol is shown in the legend. It should be perfectly possible (e.g. similar to symbol used for a CustomPolar Series), so I expect it isn't implemented yet. http://users.pandora.be/avathar/files/Smith_NoSymbol.png 2. I get some strange output from the PointToRadi...
- Mon Oct 09, 2006 1:42 pm
- Forum: .NET
- Topic: Various Polar/PolarBar Series problems
- Replies: 3
- Views: 5831
Hi Narcís, 1. Do you have any idea when this item will be added? I've noticed that it isn't supported for the Smith Series either, which is even more important to us. If you could just give me an idea what the priority / estimated time is, I can evaluate what I'm going to do with it. Maybe I'll have...
- Fri Oct 06, 2006 12:47 pm
- Forum: .NET
- Topic: polar1.Pen.Visible not working as expected
- Replies: 4
- Views: 6308
- Fri Oct 06, 2006 12:08 pm
- Forum: .NET
- Topic: Various Polar/PolarBar Series problems
- Replies: 3
- Views: 5831
Various Polar/PolarBar Series problems
Hi, There are some problems when using a Polar or PolarBar Series. 1. Most of Zooming seems not to work. I can't get region zooming to work and zooming a rectangle shows problems. To Zoom In, I use the following code (inserted in a MouseEventHandler and attached to MouseClick event of the chart): .....
- Wed Oct 04, 2006 1:06 pm
- Forum: .NET
- Topic: Clicked method not working on Axis when using Polar Series
- Replies: 3
- Views: 5777
Thanks Narcís... that works. I use it to popup a certain context menu whenever one of the axes is clicked. Previously what I did was this: private void tChart_RightClick(object sender, MouseEventArgs e) { bool searchClick = false; Axis[] axes = { tChart.Axes.Bottom, tChart.Axes.Left, tChart.Axes.Rig...
- Wed Oct 04, 2006 11:39 am
- Forum: .NET
- Topic: polar1.Pen.Visible not working as expected
- Replies: 4
- Views: 6308
- Wed Oct 04, 2006 8:23 am
- Forum: .NET
- Topic: polar1.Pen.Visible not working as expected
- Replies: 4
- Views: 6308
polar1.Pen.Visible not working as expected
Hi, If I use a Polar series and set the Pen.Visible property to false, there is still a gray line connecting the points. As can be seen in this screenshot: http://users.pandora.be/avathar/files/Polar_GrayLine.png This isn't what I expected (I expected to see no line at all). You can only make the in...
- Wed Oct 04, 2006 7:49 am
- Forum: .NET
- Topic: Clicked method not working on Axis when using Polar Series
- Replies: 3
- Views: 5777
Clicked method not working on Axis when using Polar Series
Hi, I can't get the Clicked method to return true on the horiz/vert axis of a Polar Series. At first I thought it had something to do with the coordinates of the point I passed as an argument (offset, wrong relative reference), but even when I added code that scans for a point that returns true, thi...
- Sat Sep 30, 2006 10:09 am
- Forum: .NET
- Topic: Volume Series - Sides fall off (not visible)
- Replies: 1
- Views: 4046
Volume Series - Sides fall off (not visible)
Hi, When you use a Volume Series on a TeeChart with default settings, the sides fall off (the bar with the lowest and highest x value are not visible). You can simply see this by opening the Feature Demo and opening the Volume demo. There's no bar for the highest and lowest x value, although the val...
- Sat Sep 30, 2006 9:42 am
- Forum: .NET
- Topic: Problem with axis labels (line series with small values)
- Replies: 5
- Views: 7679
Problem with axis labels (line series with small values)
Hi, I'm having the following problem (shown in the screenshot): http://users.pandora.be/avathar/files/LabelProblem.png As you can see the bottom label of the left axis should be indicating 0, but instead a very small value is displayed (looks at first sight like some rounding problem of some sort). ...
- Fri Sep 22, 2006 8:42 am
- Forum: .NET
- Topic: Coloreach results in no more symbol?
- Replies: 3
- Views: 5349