TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
-
neurosoft
- Newbie
- Posts: 10
- Joined: Fri May 17, 2013 12:00 am
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 (92.66 KiB) Viewed 5444 times
Result
- ExportedColorGrid.jpg (91.38 KiB) Viewed 5436 times
-
Sandra
- Site Admin
- Posts: 3132
- Joined: Fri Nov 07, 2008 12:00 am
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,