Search found 12 matches
- Wed Feb 06, 2013 6:19 am
- Forum: .NET
- Topic: Exporting WPF TChart to XAML. Clipped rectangle borders.
- Replies: 6
- Views: 12169
Re: Exporting WPF TChart to XAML. Clipped rectangle borders.
Maybe I'm mistaken, but I think you have to clip once all TeeChart region, not every object, placed on the TeeChart.
- Wed Feb 06, 2013 6:12 am
- Forum: .NET
- Topic: Exporting WPF TChart to XAML. Clipped rectangle borders.
- Replies: 6
- Views: 12169
Re: Exporting WPF TChart to XAML. Clipped rectangle borders.
I have the same problem with FastLine series. Every line in exported TeeChart is clipped by rectangle. I don't know why do you do it, but it's not good. You can see it by exporting the TeeChart with the next fast line, for example: FastLine fastLine = new FastLine(); fastLine.ShowInLegend = false; f...
- Wed Feb 06, 2013 5:46 am
- Forum: .NET
- Topic: Exporting WPF TChart to XAML. Clipped rectangle borders.
- Replies: 6
- Views: 12169
Exporting WPF TChart to XAML. Clipped rectangle borders.
Hello steema! I've downloaded the latest version of WPF TeeChart. And I've got some new bugs in exporting TeeChart to XAML. If I try to export Bar with borders or Point with borders and pointer style as Rectangle, I have incorrect result. Clip rectangles are too small for that series. For example, t...
- Fri Oct 12, 2012 5:01 am
- Forum: .NET
- Topic: Export WPF TeeChart to XAML. Real numbers serialization bug.
- Replies: 6
- Views: 9527
Re: Export WPF TeeChart to XAML. Real numbers serialization bug.
Thank you, Sandra!
Unfortunately, I have not the source code. So, I will wait the fix in next release.
Unfortunately, I have not the source code. So, I will wait the fix in next release.
- Thu Oct 11, 2012 10:13 am
- Forum: .NET
- Topic: Export WPF TeeChart to XAML. Real numbers serialization bug.
- Replies: 6
- Views: 9527
Re: Export WPF TeeChart to XAML. Real numbers serialization bug.
Sandra. I don't know what you actualy did. But I have a problem. If I set decimal separator (http://windows.microsoft.com/en-US/wind ... asurements) to dot or change region to English(USA), export works fine. Real numbers does not contain commas - only dots. But if I set region to Russian or Spanish...
- Wed Oct 10, 2012 6:12 am
- Forum: .NET
- Topic: Export WPF TeeChart to XAML. Real numbers serialization bug.
- Replies: 6
- Views: 9527
Re: Export WPF TeeChart to XAML. Real numbers serialization bug.
Hello Sandra! I attached simple project to reproduce the problem. We use the latest version of TeeChart.WPF.dll (4.1.2012.9283). To reproduce the bug ensure that decimal separator in 'Language and Region' -> 'Formats' -> 'Additional Settings' (http://windows.microsoft.com/en-US/windows7/Change-the-d...
- Tue Oct 09, 2012 8:00 am
- Forum: .NET
- Topic: Export WPF TeeChart to XAML. Real numbers serialization bug.
- Replies: 6
- Views: 9527
Export WPF TeeChart to XAML. Real numbers serialization bug.
Hello Steema! I've got new bug with the new version of WPF TeeChart. The problem is in serialization of real numbers when I try to export TeeChart to XAML. Decimal separator of that numbers must be invariant - dot, not comma for any locale! For example, if I set TeeChart width to 300.5 and height to...
- Mon Jul 23, 2012 1:47 pm
- Forum: .NET
- Topic: Exporting to XAML bug. Clipping borders of series.
- Replies: 7
- Views: 9651
Re: Exporting to XAML bug. Clipping borders of series.
Hi steema!
I have downloaded the new version of the WPF TChart, but problems, that I have described here and in this post are not solved yet. When can I expect acceptable exporting to xaml of the WPF TChart?
I have downloaded the new version of the WPF TChart, but problems, that I have described here and in this post are not solved yet. When can I expect acceptable exporting to xaml of the WPF TChart?
- Tue Jun 19, 2012 9:17 am
- Forum: .NET
- Topic: Exporting to XAML bug. Clipping borders of series.
- Replies: 7
- Views: 9651
Re: Exporting to XAML bug. Clipping borders of series.
Hello Sandra! I open result xaml by Internet Explorer 8. But problem is not in the program for viewing xaml. Problem is in the xaml. There are test project and exported xaml example that I have in attachments. You can check it: ClippingPointsTest.zip pointXAML.zip In additional, the previous version...
- Tue Jun 19, 2012 4:56 am
- Forum: .NET
- Topic: Exporting to XAML bug. Clipping borders of series.
- Replies: 7
- Views: 9651
Re: Exporting to XAML bug. Clipping borders of series.
Excuse me, you are right. My posted code works properly. But the problem appears if you disable TChart.Aspect.View3D property. To reproduce the bug just add MyTChart.Aspect.View3D = false; to exising test code: MyTChart.Aspect.View3D = false; Steema.TeeChart.WPF.Styles.Points points = new Points(); ...
- Mon Jun 18, 2012 10:21 am
- Forum: .NET
- Topic: Exporting to XAML bug. Clipping borders of series.
- Replies: 7
- Views: 9651
Exporting to XAML bug. Clipping borders of series.
Hi! We've got new bug with the new version of WPF TChart (v 4.1.2012.5103). Points on the exported to XAML TChart are clipped. Just try to add circle point (not only circle) to WPF TChart Steema.TeeChart.WPF.Styles.Points points = new Points(); points.Pointer.Style = PointerStyles.Circle; points.Poi...
- Mon Jun 18, 2012 9:46 am
- Forum: .NET
- Topic: Line/FastLine to XAML Bug
- Replies: 1
- Views: 4000
Line/FastLine to XAML Bug
Hi Steema people! We have the same bug, that was described in topic http://www.teechart.net/support/viewtopic.php?f=4&t=12550, with Line and FastLine series in WPF TeeChart. The following code reproduces the problem: MyTChart.Aspect.View3D = false; MyTChart.Width = 300; MyTChart.Height = 200; Steema...