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 - TeeChart 2014 / XE5, Chart only show one quarter of screen size even Align Client used
Summary: TeeChart 2014 / XE5, Chart only show one quarter of screen size even Align Cl...
Status: CONFIRMED
Alias: None
Product: FireMonkey TeeChart
Classification: Unclassified
Component: Chart (show other bugs)
Version: unspecified
Hardware: Tablet Android
: --- critical
Target Milestone: ---
Assignee: Steema Issue Manager
URL: http://www.teechart.net/support/viewt...
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-03 03:40 EST by Ming Ng
Modified: 2015-05-11 11:48 EDT (History)
2 users (show)

See Also:
Chart Series: ---
Delphi / C++ Builder RAD IDE Version: RAD XE5


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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)