Silverlight ImageBar

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
cjherasmus
Newbie
Newbie
Posts: 8
Joined: Fri Feb 14, 2014 12:00 am

Silverlight ImageBar

Post by cjherasmus » Wed Nov 19, 2014 9:47 am

Please find attached an example of what I want to achieve, i.e. creating a stacked imagebar graph. The problem is that the image is not loading. I'm also unable to find any proper samples of using the imagebar.
Thank you
Regards
Casper
Attachments
LithologyImageTest.zip
(24.99 KiB) Downloaded 516 times

Christopher
Guru
Posts: 1603
Joined: Fri Nov 15, 2002 12:00 am

Re: Silverlight ImageBar

Post by Christopher » Wed Nov 19, 2014 11:41 am

Hello,
cjherasmus wrote:Please find attached an example of what I want to achieve, i.e. creating a stacked imagebar graph. The problem is that the image is not loading. I'm also unable to find any proper samples of using the imagebar.
There are two things happening here. Firstly, the image Aeolianite.png is not displaying because its "Build Action" is set to "Embedded Resource" - if you set this to "Resource" then the image will display. Secondly, unfortunately, it seems that the ImageTiled property is not implemented in Silverlight, a defect which is now in our database as id=1017. At the moment then, setting this property to true will produce a bar without an image on it.
Best Regards,
Christopher Ireland / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Instructions - How to post in this forum

cjherasmus
Newbie
Newbie
Posts: 8
Joined: Fri Feb 14, 2014 12:00 am

Re: Silverlight ImageBar

Post by cjherasmus » Thu Nov 20, 2014 6:42 am

Hi Christopher,

This is a serious problem for me now. I had a look at the full demo that comes with the software and the imagebar is also not tiling there.

cjherasmus
Newbie
Newbie
Posts: 8
Joined: Fri Feb 14, 2014 12:00 am

Re: Silverlight ImageBar

Post by cjherasmus » Wed Nov 26, 2014 5:26 am

Hi Christopher,

Is there an temporary solution for me or would I have to wait until the defect is fixed?

Approximately how long would it take to have a solution for the defect?

Regards

Christopher
Guru
Posts: 1603
Joined: Fri Nov 15, 2002 12:00 am

Re: Silverlight ImageBar

Post by Christopher » Thu Nov 27, 2014 10:16 am

cjherasmus wrote: Is there an temporary solution for me or would I have to wait until the defect is fixed?

Approximately how long would it take to have a solution for the defect?
I had a look at this issue a couple of days ago and was unable to fix it, and neither can I suggest a workaround. However, I do see a possibility with the ImageBrush class. The next maintenance release is due out within the next fifteen days, so if a fix using this class is possible it will be included in it.
Best Regards,
Christopher Ireland / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Instructions - How to post in this forum

cjherasmus
Newbie
Newbie
Posts: 8
Joined: Fri Feb 14, 2014 12:00 am

Re: Silverlight ImageBar

Post by cjherasmus » Fri Dec 05, 2014 10:52 am

Thank you for the feedback Christopher, I'll keep a lookout.

Post Reply