Search found 7 matches

by XRS
Thu Mar 25, 2010 7:42 pm
Forum: ActiveX
Topic: TChart Legend
Replies: 7
Views: 7597

Re: TChart Legend

Yeray, I was not able to duplicate the problem with your project. In the end I was able to fix it on my side by using the custom positioning setup for the Legend, programmatically similar to what you had done, rather than using the Designer to set it up with Percent Margins. The strange thing is tha...
by XRS
Tue Mar 23, 2010 4:28 pm
Forum: ActiveX
Topic: TChart Legend
Replies: 7
Views: 7597

Re: TChart Legend

Yeray,
I am using the menu, not doing this programmatically, and I've created two files, one as a BMP, and one as a JPEG file (see attachment). You can see the difference,
Regards, Brian
by XRS
Mon Mar 22, 2010 4:51 pm
Forum: ActiveX
Topic: TChart Legend
Replies: 7
Views: 7597

Re: TChart Legend

Yeray,
Thanks for the reply. I investigated further and find that the Legend IS saved and copied/pasted with the BMP format, but NOT with the JPEG format (neither Save nor Copy works).
Brian
by XRS
Sun Mar 21, 2010 1:45 am
Forum: ActiveX
Topic: TChart Legend
Replies: 7
Views: 7597

TChart Legend

Is there any way to include the Legend when Exporting a Chart, e.g., as a Bitmap. Text boxes are included, but not Legends. It is included in the Printing methods but not the Copy/Export methods.
Any ideas?
by XRS
Thu Jul 23, 2009 7:48 am
Forum: ActiveX
Topic: TeeChart Pro v8.0.0.6 ActiveX available
Replies: 6
Views: 7108

Re: TeeChart Pro v8.0.0.6 ActiveX available

I have only tried it one - the development machine. When you install a new update of v8, or any other version, is it necessary to uninstall previous versions? I can try uninstalling as you suggest but this will have to wait for a bit as i am in the middle of some other updates from v.7 to v.8 (new f...
by XRS
Wed Jul 22, 2009 3:42 pm
Forum: ActiveX
Topic: TeeChart Pro v8.0.0.6 ActiveX available
Replies: 6
Views: 7108

Re: TeeChart Pro v8.0.0.6 ActiveX available

Yeray, You can reproduce it your own TeeChartv8featuredemo software. Go to Tools->Annotation->Annotation Callout example and click on the Edit button. You will get the same error as i do: Control 'TabSeriesList' has no parent window It seems you cannot open the editor (ShowEdit) with anything but se...
by XRS
Tue Jul 21, 2009 7:25 pm
Forum: ActiveX
Topic: TeeChart Pro v8.0.0.6 ActiveX available
Replies: 6
Views: 7108

Re: TeeChart Pro v8.0.0.6 ActiveX available

i have a problem with the following code:

TChart.Tools.Items(0).ShowEditor

it crashes when the Item is an annotation tool (it may also crash on other tools). This code would work fine on version 7 of TChart.

Brian