Search found 10 matches

by neurosoft
Mon Nov 11, 2013 1:58 pm
Forum: .NET
Topic: ColorBand bug
Replies: 6
Views: 18531

Re: ColorBand bug

Hello!

I've just tried TeeChartNET2013_4.1.2013.11080, but this bug [TW16016733] is not fixed.

Please explain when it will be removed?
by neurosoft
Tue Oct 08, 2013 12:27 pm
Forum: .NET
Topic: ColorBand bug
Replies: 6
Views: 18531

Re: ColorBand bug

Thank you, workaround works for me.

But I'll also wait for updated version.
by neurosoft
Tue Oct 08, 2013 8:35 am
Forum: .NET
Topic: ColorBand bug
Replies: 6
Views: 18531

ColorBand bug

Hello!

If I add ColorBand to TChart, then remove it, some dirt stays on the screen.

With ColorBand
1.png
1.png (6.29 KiB) Viewed 18677 times
After ColorBand removing
2.png
2.png (7.49 KiB) Viewed 18676 times
Here is application sample
TChartTest.zip
(9.98 KiB) Downloaded 1182 times
by neurosoft
Wed Jul 31, 2013 10:22 am
Forum: .NET
Topic: WPF TeeChart. Export ColorGrid to xaml bug.
Replies: 1
Views: 5082

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...
by neurosoft
Tue Jul 30, 2013 7:31 am
Forum: .NET
Topic: WPF TeeChart Rotation Bug
Replies: 3
Views: 7219

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...
by neurosoft
Mon Jul 29, 2013 5:13 am
Forum: .NET
Topic: WPF TeeChart Rotation Bug
Replies: 3
Views: 7219

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.
by neurosoft
Mon Jul 29, 2013 4:37 am
Forum: .NET
Topic: Y-Axis settings of 3D Tchart.WPF
Replies: 2
Views: 5559

Re: Y-Axis settings of 3D Tchart.WPF

Thanks, it works now. My problem was that Depth.Visible is false by default.
by neurosoft
Thu Jul 25, 2013 11:11 am
Forum: .NET
Topic: Y-Axis settings of 3D Tchart.WPF
Replies: 2
Views: 5559

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 ...
by neurosoft
Wed Jun 19, 2013 9:18 am
Forum: .NET
Topic: Exporting WPF TChart to XAML. Clipped rectangle borders.
Replies: 6
Views: 11540

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.
by neurosoft
Fri May 17, 2013 10:03 am
Forum: .NET
Topic: WPF TeeChart Rotation
Replies: 1
Views: 4823

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...