Search found 18 matches

by Marco
Thu Feb 18, 2016 1:08 pm
Forum: VCL
Topic: Dont link 'zero' point of a TLineSeries
Replies: 5
Views: 9501

Re: Dont link 'zero' point of a TLineSeries

Thank you Yeray for your answer.
by Marco
Thu Feb 18, 2016 11:27 am
Forum: VCL
Topic: Dont link 'zero' point of a TLineSeries
Replies: 5
Views: 9501

Re: Dont link 'zero' point of a TLineSeries

Hello Yeray,

I'm trying to use this SetNull() function on an old version of teechart (8.02) but it seems not working. Do you know if it a problem due to this version and solved after ?
Thanks for your reply.

Regards
by Marco
Tue Feb 12, 2013 2:37 pm
Forum: VCL
Topic: AntiAlias issue
Replies: 11
Views: 16578

Re: AntiAlias issue

It works for me. Thank you !

The final rendering is different that with antialias tool but not so bad.
by Marco
Tue Feb 12, 2013 9:09 am
Forum: VCL
Topic: AntiAlias issue
Replies: 11
Views: 16578

Re: AntiAlias issue

Hi Yeray,
I would like to use this code with Borland C++ Builder XE, with teechart v2011.04.
Thanks in advance
by Marco
Fri Feb 08, 2013 3:10 pm
Forum: VCL
Topic: AntiAlias issue
Replies: 11
Views: 16578

Re: AntiAlias issue

Hello Yeray,

Is this code also usable with C++ builder ? :

Code: Select all

Chart1.Canvas:=TGDIPlusCanvas.Create;
I can't use this "TGDIPlusCanvas" type.
I add

Code: Select all

#pragma link "TeeGDIPlus"
but TGDIPlusCanvas is unknown.

Thanks
by Marco
Thu Feb 07, 2013 3:17 pm
Forum: VCL
Topic: AntiAlias issue
Replies: 11
Views: 16578

Re: AntiAlias issue

Hello Yeray, I am using Teechart 2011.04.41118 for C++ builder and I come across the same issue described in this post. With the AntiAlias tool on a graph, all non horizontal lines are invisible. Example with antialias tool : http://data.imagup.com/10/1174915803.jpg And without this tool : http://da...
by Marco
Mon Mar 14, 2011 4:24 pm
Forum: VCL
Topic: TQRChart for Teechart2010 and QR5
Replies: 2
Views: 5294

Re: TQRChart for Teechart2010 and QR5

Ok it works with that, thanks :wink:
Regards
by Marco
Fri Mar 11, 2011 2:09 pm
Forum: VCL
Topic: TQRChart for Teechart2010 and QR5
Replies: 2
Views: 5294

TQRChart for Teechart2010 and QR5

Hi,
Can you please provide the compiled component of TQRChart for C++Builder XE with Teechart2010 and QuickReport V5 ?
Thanks in advance.
Regards
Mo
by Marco
Wed Mar 09, 2011 4:41 pm
Forum: VCL
Topic: Last version of TQRChart for C++ builder 2010
Replies: 15
Views: 23439

Re: Last version of TQRChart for C++ builder 2010

Hi Yeray,
With this one installation succeeded, thanks a lot !
Regards
Mo
by Marco
Tue Mar 08, 2011 10:09 am
Forum: VCL
Topic: Last version of TQRChart for C++ builder 2010
Replies: 15
Views: 23439

Re: Last version of TQRChart for C++ builder 2010

Hi Yeray, I still need to install TQRChart component on my C++ builder 2010 with TeeChart 8.06 and QR5. I well followed the TQR installation article on your website before opening the compiled package Tee8QR5C14.zip. I think the problem is I can't open the file "TQR_Tee8QR5C14.groupproj" because the...
by Marco
Wed Sep 15, 2010 2:25 pm
Forum: VCL
Topic: Last version of TQRChart for C++ builder 2010
Replies: 15
Views: 23439

Re: Last version of TQRChart for C++ builder 2010

Hi Yeray,
Thanks for your answer, i'll try following your instructions.
Regards

Mo
by Marco
Tue Sep 14, 2010 10:55 am
Forum: VCL
Topic: Last version of TQRChart for C++ builder 2010
Replies: 15
Views: 23439

Last version of TQRChart for C++ builder 2010

Hi,

I updated my teechart package to V8.07, and my quick report package to V5.042. I used C++ builder 2010.
Is there a TQRChart package compatible with these versions ?
Where can I find it ?
Thanks

Mo
by Marco
Tue Sep 30, 2008 10:37 am
Forum: VCL
Topic: An Image above a TChart
Replies: 2
Views: 7327

Thanks a lot Bertrod,
I've test this annotation tool and I think i can use it to positionate my image. I didn't try this tool.

Thanks
Bye

Mo
by Marco
Tue Sep 30, 2008 9:38 am
Forum: VCL
Topic: An Image above a TChart
Replies: 2
Views: 7327

An Image above a TChart

Hi, I would like to put an Image above a Chart. I tried with a TImageBar Serie but it doesn't apply with my chart. I also tried with the image tool but I can't set the position of my Image correctly. If i add a TImage, it is impossible to put it above of the TChart. Do you know a way to put a TImage...
by Marco
Fri Jul 11, 2008 10:29 am
Forum: VCL
Topic: Problem with 'ClickBackground' event
Replies: 3
Views: 6102

Hi Narcis,
I tried to do ChartTemp->TabStop=true; in formCreate and ClickBackground function but there is no changes. The zoom is still disabled.

If I suppress the ClickBackground function the zoom is working.

Is there a difference with C++ Builder 2006 ? Another thing I can test ?

Thanks