TChart Silverlight: Imagebar
-
- Newbie
- Posts: 8
- Joined: Fri Feb 14, 2014 12:00 am
TChart Silverlight: Imagebar
Would like to know which image file types is supported by the ImageBar in Silverlight.
-
- Guru
- Posts: 1603
- Joined: Fri Nov 15, 2002 12:00 am
Re: TChart Silverlight: Imagebar
The ImageBar.Image property supports all image formats supported by the BitmapImage class, which includes PNG and JPG but does not include BMP.cjherasmus wrote:Would like to know which image file types is supported by the ImageBar in Silverlight.
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 |
-
- Newbie
- Posts: 8
- Joined: Fri Feb 14, 2014 12:00 am
Re: TChart Silverlight: Imagebar
Thanks Christopher