Annotation tool with image

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Cozmos
Newbie
Newbie
Posts: 7
Joined: Mon Nov 09, 2015 12:00 am

Annotation tool with image

Post by Cozmos » Thu Nov 19, 2015 10:02 am

Hey,

I am trying to show an image in an annotation, in Xamarin Forms. I already tried a lot of different things and i can't get it to show the image... Does anyone have a solution?

Here is what I've tried so far...

Code: Select all

 var annotation = new Steema.TeeChart.Tools.Annotation(c);          
           var image = new Image();
           image.Source = "Home-Orange.png";
           annotation.Shape.Image = image;
           c.Tools.Add(annotation);
I also tried with annotation.Shape.Brush.Image, and annotation.Callout.Brush.Image, and also tried the same with the rectangle tool, but all to no avail...

In the attachment is a screenshot of what I've got so far... As you can see, it's just a white box that shows :)

Thanks in advance,
Attachments
Screen Shot 2015-11-19 at 11.00.50.png
Screen Shot 2015-11-19 at 11.00.50.png (72.56 KiB) Viewed 11763 times

IliaStoilov
Newbie
Newbie
Posts: 15
Joined: Tue Nov 17, 2015 12:00 am

Re: Annotation tool with image

Post by IliaStoilov » Tue Nov 24, 2015 7:51 am

Hello,

I think this may be related to my problem which is described here:

http://stackoverflow.com/questions/3248 ... draw-image

The bug is here:

http://bugs.teechart.net/show_bug.cgi?id=1299

The status is IN_PROGRESS, so I guess the dev team is fixing it right now. :)

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Re: Annotation tool with image

Post by Narcís » Tue Nov 24, 2015 8:17 am

Hello everyone,
IliaStoilov wrote: The status is IN_PROGRESS, so I guess the dev team is fixing it right now. :)
Yes, we are currently worknig on it. I'll let you know when we have some news.
Best Regards,
Narcís Calvet / 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

Cozmos
Newbie
Newbie
Posts: 7
Joined: Mon Nov 09, 2015 12:00 am

Re: Annotation tool with image

Post by Cozmos » Tue Nov 24, 2015 8:37 am

Hi,

Thanks for the reply.

But is there a timeframe for when this will be solved or is there a work around for it? Because I really need this to be solved soon.
Currently we just place the image above the graph and calculate the X value of it, but this is not what we want.

Thanks!

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Re: Annotation tool with image

Post by Narcís » Wed Nov 25, 2015 3:42 pm

Hello,

Just sent you an email with the URL to download a new installer. This issue has been fixed in iOS and is not completely solved for Android, we are still working on it.
Best Regards,
Narcís Calvet / 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