Steema Issues Database

Note: This database is for bugs and wishes only. For technical support help, if you are a customer please visit our online forums;
otherwise you can use StackOverflow.
Before using this bug-tracker we recommend a look at this document, Steema Bug Fixing Policy.



Bug 1295

Summary: Not able to use back image
Product: .NET TeeChart Reporter: narcís calvet <narcis>
Component: Xamarin.FormsAssignee: Steema Issue Manager <issuemanager>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: ---    
Version: TeeChart.NET 2014 4.1.2014.12154   
Target Milestone: ---   
Hardware: PC   
OS: Windows   
URL: http://stackoverflow.com/questions/32480052/xamarin-forms-teechart-draw-image
Chart Series: --- Delphi / C++ Builder RAD IDE Version:

Description narcís calvet 2015-09-09 11:01:04 EDT
Can not display a back image either at the back wall or panel. Code to reproduce:

      var backImage = new Image();// { Aspect = Xamarin.Forms.Aspect.AspectFit };
      backImage.Source = ImageSource.FromUri(new Uri("http://www.steema.com/uploads/news/xamarinforms_280x210.png"));

      //tChart1.Walls.Back.Gradient.Visible = false;
      //tChart1.Walls.Back.Image = backImage;

      tChart1.Panel.Gradient.Visible = false;
      tChart1.Panel.Image = backImage;
Comment 1 narcís calvet 2015-11-25 06:06:47 EST

*** This bug has been marked as a duplicate of bug 1299 ***