Search found 5 matches
- Tue Nov 18, 2014 11:47 am
- Forum: .NET
- Topic: Export chart to xaml icons disappear
- Replies: 9
- Views: 13011
Re: Export chart to xaml icons disappear
Hi The TTT file saves to Xaml file. The problem is to add the pictures to the xaml file in the draw method public override void Draw(double x, double y, BitmapSource image) { AddToStream("<Image Width=\"" + image.PixelWidth + "\" Height=\"" + image.PixelHeight + "\" Canvas.Left=\"" + FloatToStr(x) +...
- Tue Nov 18, 2014 8:11 am
- Forum: .NET
- Topic: Export chart to xaml icons disappear
- Replies: 9
- Views: 13011
Re: Export chart to xaml icons disappear
Hi As I say if you work with path for the pictures it work and the TTT.xaml file look like this <Image Width="24" Height="24" Canvas.Left="80" Canvas.Top="40" Source="pack://application:,,,/TChartXamParse;component/pic20.png "/> <TextBlock TextOptions.TextFormattingMode="Ideal" Canvas.Left="110" Can...
- Mon Nov 17, 2014 2:08 pm
- Forum: .NET
- Topic: Export chart to xaml icons disappear
- Replies: 9
- Views: 13011
Re: Export chart to xaml icons disappear
Hi
Thanks for the solution
It works if the picture is on the disk.
If we resize the pictures and the pictures is in memory it not working
I add test project that demonstrate the Situation
I would appreciate your help
Best Regards
Thanks for the solution
It works if the picture is on the disk.
If we resize the pictures and the pictures is in memory it not working
I add test project that demonstrate the Situation
I would appreciate your help
Best Regards
- Sun Nov 02, 2014 9:42 am
- Forum: .NET
- Topic: Export chart to xaml icons disappear
- Replies: 9
- Views: 13011
Re: Export chart to xaml icons disappear
Thanks for your answer. We are using your component as part of critical care software. Doctors and nurses using reports on daily base. Your request that we will handle these icons is beyond our scope of development schedule. We are using your component as a black box and we expect that a trivial beh...
- Tue Oct 28, 2014 10:33 am
- Forum: .NET
- Topic: Export chart to xaml icons disappear
- Replies: 9
- Views: 13011
Export chart to xaml icons disappear
Hello, We are using WPF TChart. When we try to add to the chart some text and icons and export the chart to xaml, the icons are not shown When exporting the chart to bitmap the icons do show up. We need the icons to show when exporting to xaml.. I add a sample project that demonstrate the problem, j...