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 1071

Summary: TeeChart 2014 / XE5, Chart only show one quarter of screen size even Align Client used
Product: FireMonkey TeeChart Reporter: Ming Ng <ming>
Component: ChartAssignee: Steema Issue Manager <issuemanager>
Status: CONFIRMED ---    
Severity: critical CC: david, yeray
Priority: ---    
Version: unspecified   
Target Milestone: ---   
Hardware: Tablet   
OS: Android   
URL: http://www.teechart.net/support/viewtopic.php?f=17&t=15368
Chart Series: --- Delphi / C++ Builder RAD IDE Version: RAD XE5

Description Ming Ng 2015-01-03 03:40:26 EST
Hi

I downloaded TeeChart214 for XE5 and evaluate it.  Written a very simple test program with only one Chart and one series, the Align property of the chart has been set to alClient and supposed to occupy full screen on my Android.  Interestingly it only show one quarter (1/4) with half of the screen width and half of the screen hieght.  The rest of the screen was loaded with random graphics tiles.  Am I missing something or it is a show stopper to me?

Please advise and help

Best Regards
Ming
Comment 1 yeray alonso 2015-01-14 09:23:06 EST
Reproduced with v2014.12 and XE5.
Not reproduced with v2014.12 and XE7.
Not reproduced with v2014.11 and XE5.

uses FMXTee.Chart, FMXTee.Constants;

var Chart1: TChart;

procedure TForm1.FormCreate(Sender: TObject);
begin
  Chart1:=TChart.Create(Self);
  Chart1.Parent:=Self;
  Chart1.Align:=TAlignLayout.alTop;

  Chart1.Title.Text.Text:=TeeMsg_Version;
end;
Comment 2 david berneda 2015-05-11 11:48:06 EDT
Which Android version are you using? 
XE5 and XE6 support up to Android K v4.x only. (Not 5.x Lollipop)