Search found 112 matches

by marder
Mon Mar 26, 2012 9:56 am
Forum: VCL
Topic: Printing issue with TeeChart Pro 2011 for Delphi XE2
Replies: 23
Views: 30177

Re: Printing issue with TeeChart Pro 2011 for Delphi XE2

Dear Narcis. I don't get strange fonts as you did using the code you posted. Please take a look at the printed chart with common canvas: http://download.jam-software.de/treesize/teechart_bugs/pie_chart_print_with_common_canvas.png And here the printed chart with gdi+ canvas: http://download.jam-soft...
by marder
Fri Mar 23, 2012 2:46 pm
Forum: VCL
Topic: Printing issue with TeeChart Pro 2011 for Delphi XE2
Replies: 23
Views: 30177

Re: Printing issue with TeeChart Pro 2011 for Delphi XE2

Hi Narcis. I found the reason that causes this issue! I am using TGDIPlusCanvas form unit VCLTee.TeeGDIPlus as Canvas for the chart. Please add Chart1.Canvas := TGDIPlusCanvas.Create; to the OnCreate event of the main form to see this issue. Note: I use TGDIPlusCanvas to prevent an issue with the An...
by marder
Fri Mar 23, 2012 1:52 pm
Forum: VCL
Topic: Printing issue with TeeChart Pro 2011 for Delphi XE2
Replies: 23
Views: 30177

Re: Printing issue with TeeChart Pro 2011 for Delphi XE2

P.S.: This issue is not specific for one printer. I tried with several printers.
by marder
Fri Mar 23, 2012 1:51 pm
Forum: VCL
Topic: Printing issue with TeeChart Pro 2011 for Delphi XE2
Replies: 23
Views: 30177

Re: Printing issue with TeeChart Pro 2011 for Delphi XE2

Hi Narcis, I tried the code you send me, but this however leads to the same result. When I use the code in a simple sample project with chart and pie series default settings, all works as expected :( Anyway, the printing works correctly with Delphi 2010. I will try to build a sample project includin...
by marder
Thu Mar 22, 2012 1:01 pm
Forum: VCL
Topic: Printing issue with TeeChart Pro 2011 for Delphi XE2
Replies: 23
Views: 30177

Printing issue with TeeChart Pro 2011 for Delphi XE2

Hi. I encountered an issue whith the fonts when printing with TeeChart Pro 2011 for Delphi XE2. With Delphi 2010 the printed export looks as expected: http://download.jam-software.de/treesize/teechart_bugs/pie_chart_print_old.png With Delphi XE2 the fonts of the legend and the hints looks very stran...
by marder
Fri Mar 16, 2012 2:00 pm
Forum: VCL
Topic: Introduce new TSeriesMarksStyle - smsLabelPercentValue
Replies: 3
Views: 5184

Introduce new TSeriesMarksStyle - smsLabelPercentValue

Hi. It would be nice to have a new TSeriesMarksStyle including "Label, Percent, and Value" (smsLabelPercentValue) By now I manually create my own marks text including these information. This however produceds some workarounds, e.g. if the "Other" slice is shown. It would be really helpful for my if ...
by marder
Mon Feb 27, 2012 10:04 am
Forum: VCL
Topic: Enhance TBarSeries.GetCursorValueIndex in 3D mode
Replies: 6
Views: 9786

Re: Enhance TBarSeries.GetCursorValueIndex in 3D mode

Dear Yeary.

Thanks for your response!

Is it possible that this enhancement will be implemented in one of the next upcoming release?

Best regards.
by marder
Wed Feb 22, 2012 4:05 pm
Forum: VCL
Topic: Enhance TBarSeries.GetCursorValueIndex in 3D mode
Replies: 6
Views: 9786

Enhance TBarSeries.GetCursorValueIndex in 3D mode

Hi. I wonder if you could enhance the function GetCursorValueIndex() of the TBarSeries in 3D mode, so that if the cursor is located on the top or right side of the 3D bar, the function returns the correct index. Status quo seems to be, that the function only returns the index if the mouse is located...
by marder
Tue Feb 07, 2012 10:12 am
Forum: VCL
Topic: CalcXSizeValues() incorrect for invisible chart
Replies: 2
Views: 4254

Re: CalcXSizeValues() incorrect for invisible chart

Dear Yeray.

Sorry for the late response! I did just see that I forgot to respond to you :(

Your suggestion works perfectly!
Thanks for your help!
by marder
Wed Jan 11, 2012 4:25 pm
Forum: VCL
Topic: CalcXSizeValues() incorrect for invisible chart
Replies: 2
Views: 4254

CalcXSizeValues() incorrect for invisible chart

Hi. I just regarded that THorizBarSeries.CalcXSizeValues() does always return 0 if the containing TChart is located on an not visible form (TeeChart Pro V2011). I use this function for preparations of the series marks before exporting/printing a chart (automated export without showing gui). The expo...
by marder
Tue Jan 03, 2012 3:41 pm
Forum: VCL
Topic: TBarSeries - Gradient changed in V2011
Replies: 6
Views: 8341

Re: TBarSeries - Gradient changed in V2011

Hi Yeray. Ok, thanks for your detailed feedback! All your comments sound reasonable. In my opinion the gradient on the right bar side looks ok. I think it is the gradient on the top side which does not fit for my taste. Take a look at this image: http://download.jam-software.de/treesize/teechart_bug...
by marder
Tue Jan 03, 2012 11:47 am
Forum: VCL
Topic: TBarSeries - Gradient changed in V2011
Replies: 6
Views: 8341

Re: TBarSeries - Gradient changed in V2011

Hi Yeray. Thanks for your fast answer! I think this issue is because the property "Dark3D" of the bar series is no longer taken into account in case that BarStyle "bsRectGradient" is used. There is no difference in the shown bars if this property is set or not. This is a bug my opinion. Do you agree...
by marder
Mon Jan 02, 2012 4:12 pm
Forum: VCL
Topic: TBarSeries - Gradient changed in V2011
Replies: 6
Views: 8341

TBarSeries - Gradient changed in V2011

Hi. When changing from TeeChart Pro V8 to V2011 I encountered that the gradient of the TBarSeries looks different: http://download.jam-software.de/treesize/teechart_bugs/bar_series_gradient_old.png (TeeChart Pro V8) http://download.jam-software.de/treesize/teechart_bugs/bar_series_gradient_new.png (...
by marder
Thu Dec 01, 2011 4:43 pm
Forum: VCL
Topic: TeeChart Pro V2011.04 - Delphi 2010 binary installer failed
Replies: 13
Views: 19346

Re: TeeChart Pro V2011.04 - Delphi 2010 binary installer failed

Hello Yeray.

Was this a silent update, without even increasing the Build number (it still shows 41118)?
I can see that the size of the installer slightly changed, so I guess it was.

Please consider to increase at least the Build version, to avoid confusion, for you and your customers!

Best regards
by marder
Wed Nov 23, 2011 3:34 pm
Forum: VCL
Topic: TeeChart Pro V2011.04 - Delphi 2010 binary installer failed
Replies: 13
Views: 19346

Re: TeeChart Pro V2011.04 - Delphi 2010 binary installer failed

Dear Yeray.

I added all the 6 BPLs, but then I get some errors about wrong procedures in the DLL and only one package is added (2DclTree2D14Tee9.bpl").
This does not work!

Could you please provide me a fixed binary installer?

Thanks and best regards.