Page 1 of 1

WPF TeeChart. Export ColorGrid to xaml bug.

Posted: Wed Jul 31, 2013 10:22 am
by 15665989
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 5400 times
Result
ExportedColorGrid.jpg
ExportedColorGrid.jpg (91.38 KiB) Viewed 5392 times

Re: WPF TeeChart. Export ColorGrid to xaml bug.

Posted: Wed Jul 31, 2013 2:52 pm
by 10050769
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,