WPF TeeChart. Export ColorGrid to xaml bug.

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
neurosoft
Newbie
Newbie
Posts: 10
Joined: Fri May 17, 2013 12:00 am

WPF TeeChart. Export ColorGrid to xaml bug.

Post by neurosoft » Wed Jul 31, 2013 10:22 am

Hello steema!
I have another problem with exporting WPF TChart to xaml.
I've created TChart with ColorGrid:

Code: Select all

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 xaml I will have incorrect result. The exported version is not colored properly. Just compare following screenshots:
Source
ColorGridSource.jpg
ColorGridSource.jpg (92.66 KiB) Viewed 5184 times
Result
ExportedColorGrid.jpg
ExportedColorGrid.jpg (91.38 KiB) Viewed 5176 times

Sandra
Site Admin
Site Admin
Posts: 3132
Joined: Fri Nov 07, 2008 12:00 am

Re: WPF TeeChart. Export ColorGrid to xaml bug.

Post by Sandra » Wed Jul 31, 2013 2:52 pm

Hello neurosoft,

Thanks for your information. I have added your request in bug list report with number [TF02016673]. We will try to fix it to upcoming maintenance releases of TeeChartFor.Net.

Thanks,
Best Regards,
Sandra Pazos / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply