Hello!
I've just tried TeeChartNET2013_4.1.2013.11080, but this bug [TW16016733] is not fixed.
Please explain when it will be removed?
Search found 10 matches
- Mon Nov 11, 2013 1:58 pm
- Forum: .NET
- Topic: ColorBand bug
- Replies: 6
- Views: 19424
- Tue Oct 08, 2013 12:27 pm
- Forum: .NET
- Topic: ColorBand bug
- Replies: 6
- Views: 19424
Re: ColorBand bug
Thank you, workaround works for me.
But I'll also wait for updated version.
But I'll also wait for updated version.
- Tue Oct 08, 2013 8:35 am
- Forum: .NET
- Topic: ColorBand bug
- Replies: 6
- Views: 19424
ColorBand bug
Hello!
If I add ColorBand to TChart, then remove it, some dirt stays on the screen.
With ColorBand After ColorBand removing Here is application sample
If I add ColorBand to TChart, then remove it, some dirt stays on the screen.
With ColorBand After ColorBand removing Here is application sample
- Wed Jul 31, 2013 10:22 am
- Forum: .NET
- Topic: WPF TeeChart. Export ColorGrid to xaml bug.
- Replies: 1
- Views: 5337
WPF TeeChart. Export ColorGrid to xaml bug.
Hello steema! I have another problem with exporting WPF TChart to xaml. I've created TChart with ColorGrid: ColorGrid colorGrid1 = new ColorGrid(); MyTChart.Series.Add(colorGrid1); MyTChart.Aspect.Chart3DPercent = 0; colorGrid1.Add(0, 0, 0); colorGrid1.Add(1, 1, 1); But if I export this TChart to xa...
- Tue Jul 30, 2013 7:31 am
- Forum: .NET
- Topic: WPF TeeChart Rotation Bug
- Replies: 3
- Views: 7500
Re: WPF TeeChart Rotation Bug
Yes, the problem appears with your code too. But to reproduce it you should move mouse with pressed button out of TChart (but not out of Window) and then release button. Try to use the following xaml: <Window x:Class="WpfApplication1.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/pr...
- Mon Jul 29, 2013 5:13 am
- Forum: .NET
- Topic: WPF TeeChart Rotation Bug
- Replies: 3
- Views: 7500
WPF TeeChart Rotation Bug
Hi steema!
I have an annoying bug with rotation of WPF TeeChart. It seems that you don't capture/release mouse when rotation starts/ends. Rotation will be stopped and mouse events won't be handled if the mouse is out of TeeChart borders.
I have an annoying bug with rotation of WPF TeeChart. It seems that you don't capture/release mouse when rotation starts/ends. Rotation will be stopped and mouse events won't be handled if the mouse is out of TeeChart borders.
- Mon Jul 29, 2013 4:37 am
- Forum: .NET
- Topic: Y-Axis settings of 3D Tchart.WPF
- Replies: 2
- Views: 5863
Re: Y-Axis settings of 3D Tchart.WPF
Thanks, it works now. My problem was that Depth.Visible is false by default.
- Thu Jul 25, 2013 11:11 am
- Forum: .NET
- Topic: Y-Axis settings of 3D Tchart.WPF
- Replies: 2
- Views: 5863
Y-Axis settings of 3D Tchart.WPF
Hello Steema! I use WPF version of TChart and I want to create 3D surface. I've added surface series to TChart and I have got 3D picture. But I can't set Title, Label, etc. of Y-Axes or I don't know how to do it. I've tried to set TChart.Axes.Depth.Title.Text property but it's had no effect. What I ...
- Wed Jun 19, 2013 9:18 am
- Forum: .NET
- Topic: Exporting WPF TChart to XAML. Clipped rectangle borders.
- Replies: 6
- Views: 12167
Re: Exporting WPF TChart to XAML. Clipped rectangle borders.
Hello steema,
I'm very disapointed because my problem is not fixed in the latest release. I've downloaded WPF TeeChart ver. 4.1.2013.05282. The problem TF02016503 is marked as fixed in "Release Notes", but everything which I wrote above is true.
I have no words to describe what I think about it.
I'm very disapointed because my problem is not fixed in the latest release. I've downloaded WPF TeeChart ver. 4.1.2013.05282. The problem TF02016503 is marked as fixed in "Release Notes", but everything which I wrote above is true.
I have no words to describe what I think about it.
- Fri May 17, 2013 10:03 am
- Forum: .NET
- Topic: WPF TeeChart Rotation
- Replies: 1
- Views: 5047
WPF TeeChart Rotation
Hello Steema! I have a problem with rotation in WPF TChart. If the rotation is enabled, the Legend.CheckBoxes property won't work properly. For example, try to create TChart with the following settings: Points points = new Points(); points.Add(10); MyTChart.Series.Add(points); var rotate = new Steem...