Search found 112 matches

by marder
Wed Nov 07, 2012 4:42 pm
Forum: VCL
Topic: Introduce new TSeriesMarksStyle - smsLabelPercentValue
Replies: 3
Views: 5184

Re: Introduce new TSeriesMarksStyle - smsLabelPercentValue

Hi Yeray.

That's greet, thanks!

Best regards.
by marder
Wed Nov 07, 2012 4:41 pm
Forum: VCL
Topic: Printing issue with TeeChart Pro 2011 for Delphi XE2
Replies: 23
Views: 30175

Re: Printing issue with TeeChart Pro 2011 for Delphi XE2

Hi Yeray, I downloaded the V2012.07 prerelease version (full source code), installed and tried to open the "TeeChart for VCL" project group (to build and use this version). Actually this does not work, since all projects are removed from the group (cannot be found). Could it be that this version is ...
by marder
Mon Sep 10, 2012 1:44 pm
Forum: VCL
Topic: TChartSeries SortByLabels() - upper case before lower case?
Replies: 18
Views: 23831

Re: TChartSeries SortByLabels() - upper case before lower case?

Dear Yeray,

For your information:
Using the new "CaseSensitive" property of TSeries.Lables works perfectly for use.
Thanks for this new feature!

Best regards.
by marder
Mon Sep 10, 2012 11:16 am
Forum: VCL
Topic: Bar series - text alignment issue in marks label
Replies: 8
Views: 12341

Re: Bar series - text alignment issue in marks label

Dear Yeary,

Thanks for your fast response and the suggested workaround!

gpfClearType is exactly what I was looking for and fits perfectly!
I wonder why I did not regard this option before?!

Best regards.
by marder
Fri Sep 07, 2012 12:30 pm
Forum: VCL
Topic: Bar series - text alignment issue in marks label
Replies: 8
Views: 12341

Re: Bar series - text alignment issue in marks label

Dear Yeray, It was a little bit tricky, but i found the reson for this issue. It seems like this issue only occurs when using "gpfDefault" as value for the property "AntiAliasText" of TGDIPlusCanvas. The modified code should look like this: uses Series, TeeGDIPlus; procedure TForm1.FormCreate(Sender...
by marder
Wed Sep 05, 2012 11:21 am
Forum: VCL
Topic: Bar series - text alignment issue in marks label
Replies: 8
Views: 12341

Bar series - text alignment issue in marks label

Hi. I encountered a strange issue on one Windows XP machine http://download.jam-software.de/treesize/teechart_bugs/bar_marks_text_alignment_issue.png It seems like the percent value shown in the marks is not correctly aligned. I am using TeeChart Pro 2012.06.120613 with Delphi XE2. Is this a known i...
by marder
Mon Aug 27, 2012 1:56 pm
Forum: VCL
Topic: Memory leak in TeeSaveToBitmap()
Replies: 4
Views: 6206

Re: Memory leak in TeeSaveToBitmap()

Hi Yeray,

Thank you for the fast feedback and the fix!

Best Regards!
by marder
Mon Aug 27, 2012 9:30 am
Forum: VCL
Topic: Pie chart 2D - Hint painted over title
Replies: 5
Views: 7053

Pie chart 2D - Hint painted over title

Hi. When rotating a 2D pie chart it might happen that the yellow hints are painted over the chart title: http://download.jam-software.de/treesize/teechart_bugs/pie_hint_painted_over_title.png It also my happen that the hints are painted over the chart legend. I am using TeeChart Pro 2012.06.120613. ...
by marder
Mon Aug 27, 2012 9:03 am
Forum: VCL
Topic: Memory leak in TeeSaveToBitmap()
Replies: 4
Views: 6206

Re: Memory leak in TeeSaveToBitmap()

Hello Sendra,

I updated to latest version (v2012.06.120613) and the issue still persists.

The call of TeeBMPOptions.TeeSaveToBitmap() leads to a memory leak (detected by FastMM).
Image

Best regards!
by marder
Tue Jun 19, 2012 10:48 am
Forum: VCL
Topic: Memory leak in TeeSaveToBitmap()
Replies: 4
Views: 6206

Memory leak in TeeSaveToBitmap()

Hi. I am using latest version of TeeChart Pro VCL (v2012.05.120327). I encountered a memory leak when calling TeeSaveToBitmap() in unit TeeBMPOptions to save my pie chart to a bitmap file. It seems like an object of the type TBMPOptions is not correctly freed. Is this a known issue? Is there a fix f...
by marder
Fri May 11, 2012 9:49 am
Forum: VCL
Topic: Issue when rotate 2D pie chart using GDI+ canvas
Replies: 8
Views: 10249

Re: Issue when rotate 2D pie chart using GDI+ canvas

Hi Yeray, We recently tried to remove this workaround, as you can see in here: http://www.teechart.net/support/viewtopic.php?f=3&t=9180) Using a "Chart3DPercent" of "1" leads to a very small 3D effect, which is getting worse when increasing the size of the chart (See attachment "Pie2DIssue.png") In ...
by marder
Wed May 09, 2012 12:33 pm
Forum: VCL
Topic: Issue when rotate 2D pie chart using GDI+ canvas
Replies: 8
Views: 10249

Issue when rotate 2D pie chart using GDI+ canvas

Hi. I am using TeeChart Pro 2011 for RAD XE2. As a workaround for a bug with the anti-alias tool I am using TGDIPlusCanvas for canvas of my chart. This was the suggested workaround (See http://www.teechart.net/support/viewtopic.php?f=3&t=9180 ). I do now encounter an issue when rotating a 2D pie cha...
by marder
Tue Mar 27, 2012 10:04 am
Forum: VCL
Topic: Printing issue with TeeChart Pro 2011 for Delphi XE2
Replies: 23
Views: 30175

Re: Printing issue with TeeChart Pro 2011 for Delphi XE2

Dear Narcis. Ok, I managed to bring text and chart (bitmap) together on one printed export. Anyway, when using your workaround the resolution of the printed export is not as good as when using PrintPartial. This is because, when generating the bitmap, we use the dimensions of the TChart component. F...
by marder
Mon Mar 26, 2012 3:08 pm
Forum: VCL
Topic: Printing issue with TeeChart Pro 2011 for Delphi XE2
Replies: 23
Views: 30175

Re: Printing issue with TeeChart Pro 2011 for Delphi XE2

Dear Narcis. Thanks for your help! Using StrechDraw() with a bitmap seems to work better. I'm currently trying to include this to my existing code, which is not that easy since there is some other stuff printed beside the chart. I will contact you again if I need additional help. Thanks and best reg...
by marder
Mon Mar 26, 2012 11:17 am
Forum: VCL
Topic: Printing issue with TeeChart Pro 2011 for Delphi XE2
Replies: 23
Views: 30175

Re: Printing issue with TeeChart Pro 2011 for Delphi XE2

Dear Narcis.

Sorry, the links are currently not available.
I attached the files to this post.

Thanks and best regards.