After upgrading from version 8.07 to 2013 I'm getting a error in the TopAxis items.
If I add an Item with the following code:
AChart.TopAxis.Items.Add(Position, 'ABC' + TeeLineSeparator + 'DEF' + TeeLineSeparator + 'GHI');
Then DEF comes two lines below ABC (one emty line between) and one character to the right. (D is coming under B and E under C).
GHI is coming exactly under DEF as it should!
Is this a new feature?
Best regards, Mikael
LineBreaks on TopAxis Items
Re: LineBreaks on TopAxis Items
Hi Mikael,
I've tried the following code:
This is how it looks with v2013.08:
And this is how the same example looks with the actual sources (and with the beta) we have here:
So it should be fixed with the next maintenance release.
I've tried the following code:
Code: Select all
uses Series;
procedure TForm1.FormCreate(Sender: TObject);
begin
Chart1.MarginBottom:=12;
Chart1.AddSeries(TPointSeries).FillSampleValues(10);
Chart1.Axes.Bottom.SetMinMax(0,9);
Chart1.Axes.Bottom.Items.Add(5, 'ABC' + TeeLineSeparator + 'DEF' + TeeLineSeparator + 'GHI');
end;
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: LineBreaks on TopAxis Items
Ok, great!
Do you have an estimate when it will be released?
I was supposed to deliver today
Best regards, Mikael
Do you have an estimate when it will be released?
I was supposed to deliver today
Best regards, Mikael
Re: LineBreaks on TopAxis Items
Hi Mikael,
I'm afraid I can't tell you when the next release will be published. In the meanwhile you can use the beta version if it's fine for you.
I'm afraid I can't tell you when the next release will be published. In the meanwhile you can use the beta version if it's fine for you.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: LineBreaks on TopAxis Items
Ok, but where can I find this Beta? I checked under Customers downloads and I can only find the Betas below:
TeeChart2013SourceCode.exe
April 30, 2013
Build 2013.08.130430 BETA
TeeChart2013RADXE4.exe
April 30, 2013
Build 2013.08.130430 BETA
They are both older than the source code Beta that I'm using:
TeeChart2013SourceCode.exe
May 21, 2013
Build 2013.08.130521
Best regards, Mikael
TeeChart2013SourceCode.exe
April 30, 2013
Build 2013.08.130430 BETA
TeeChart2013RADXE4.exe
April 30, 2013
Build 2013.08.130430 BETA
They are both older than the source code Beta that I'm using:
TeeChart2013SourceCode.exe
May 21, 2013
Build 2013.08.130521
Best regards, Mikael
Re: LineBreaks on TopAxis Items
Hi Mikael,
I wrote the link above:
http://alturl.com/bxtdr
I wrote the link above:
Here you have the direct link to the zip:Yeray wrote:with the beta
http://alturl.com/bxtdr
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |