Search found 12 matches
- Thu Jan 05, 2012 3:57 pm
- Forum: .NET
- Topic: Manually setting of X axis min/max value failed
- Replies: 18
- Views: 24029
Re: Manually setting of X axis min/max value failed
Hi Narcis, you're right. The test app has pointed to the v4 eval version of teechart.wpf.dll. Now I use the dll version 3.5.3700.30575...unfortunately I can't reproduce the problem. My real software project does not working. Now I'm confused. :-( Nevertheless I sent you the dll version I use. Hope t...
- Thu Jan 05, 2012 12:52 pm
- Forum: .NET
- Topic: Manually setting of X axis min/max value failed
- Replies: 18
- Views: 24029
Re: Manually setting of X axis min/max value failed
and here are 2 screenshots that shows my version info
- Thu Jan 05, 2012 12:50 pm
- Forum: .NET
- Topic: Manually setting of X axis min/max value failed
- Replies: 18
- Views: 24029
Re: Manually setting of X axis min/max value failed
Hi Narcis, here are my screenshots.
- Thu Jan 05, 2012 11:48 am
- Forum: .NET
- Topic: Manually setting of X axis min/max value failed
- Replies: 18
- Views: 24029
Re: Manually setting of X axis min/max value failed
Hi Narcis,
I've modified your testapp to show you the problem. See attachments.
Best regards
Thomas
I've modified your testapp to show you the problem. See attachments.
Best regards
Thomas
- Thu Jan 05, 2012 10:19 am
- Forum: .NET
- Topic: Manually setting of X axis min/max value failed
- Replies: 18
- Views: 24029
Re: Manually setting of X axis min/max value failed
Hi Narcis, the problem is the following. Once I have set the Automatic = True to False and changed back again the limits for this mode the limits will not displayed. For example, I have 3 bar series with values of range 1 to 13 and I set minimum = 0 and maximum to 14, because I would like to have so...
- Thu Jan 05, 2012 9:45 am
- Forum: .NET
- Topic: Manually setting of X axis min/max value failed
- Replies: 18
- Views: 24029
Re: Manually setting of X axis min/max value failed
Hi Narcis,
in mode 2 there is an auto-scale bottom axis and in mode 1 a fixed one. This is intentional.
Best regards
Thomas
in mode 2 there is an auto-scale bottom axis and in mode 1 a fixed one. This is intentional.
Best regards
Thomas
- Thu Jan 05, 2012 9:02 am
- Forum: .NET
- Topic: Manually setting of X axis min/max value failed
- Replies: 18
- Views: 24029
Re: Manually setting of X axis min/max value failed
Hi Sandra, I have checked your code, it worked for this special case. I guess it's a problem with the range of values which is included in the series. If I set an axis limit outside of this range it seems the chart renders a random limit. I will try to fill up the series with transparent points to f...
- Wed Jan 04, 2012 12:43 pm
- Forum: .NET
- Topic: Manually setting of X axis min/max value failed
- Replies: 18
- Views: 24029
Re: Manually setting of X axis min/max value failed
Hi Sandra, thanks for the quick reply. I have started your application. I have changed one row, it's the Automatic=False for unchecked mode (stacked). The effect is the same as in my test app. You set X min/max to -1 and 3, but I see -2 to 4. Why? Greetings Thomas Freyer (not Lothar, it's our CEO, w...
- Tue Jan 03, 2012 2:17 pm
- Forum: .NET
- Topic: Manually setting of X axis min/max value failed
- Replies: 18
- Views: 24029
Re: Manually setting of X axis min/max value failed
Hello, here is a testproject where you can see the problem. The chart is wrapped into an usercontrol. When you press the "switchmode" button and reset it, the axis limits get lost.
- Mon Jan 02, 2012 7:38 am
- Forum: .NET
- Topic: Manually setting of X axis min/max value failed
- Replies: 18
- Views: 24029
Manually setting of X axis min/max value failed
Hello support team, I have a problem with teechart wpf version 3.5.3700.30575. In my chart there are 13 series of type "Bar". I want the X-axis has a fixed value range from 0 to 14. The first load of the chart works perfectly, but when I refill the chart and set the axis minimum and maximum limits t...
- Tue Jul 21, 2009 5:50 am
- Forum: .NET
- Topic: Exception: Index was outside the bounds of the array
- Replies: 15
- Views: 36354
Re: Exception: Index was outside the bounds of the array
I'm sorry the wpf control is inside a complex project. There is no way at the moment to exclude all of the functionality for the chart...the library with my own wrapper control for the chart is attached with this post. The chart usercontrol is called Chart.xaml. The version of teechart wpf control i...
- Mon Jul 20, 2009 1:10 pm
- Forum: .NET
- Topic: Exception: Index was outside the bounds of the array
- Replies: 15
- Views: 36354
Re: Exception: Index was outside the bounds of the array
Hello, i have a similar problem. I'm using a wpf teechart control inside a usercontrol in an application with live data. The chart is placed in a WPF host inside a windows form application. An IndexOutOfRangeException occurs sporadically only when i'm using the markstip tool (MouseAction = Click). M...