Search found 6 matches

by Frank
Wed Jan 16, 2008 2:24 am
Forum: ActiveX
Topic: How to customize the annotation tool programmatically (C++)?
Replies: 4
Views: 6910

Hi Narcis,

in v7.0.1.4 it works fine. :D

Thanks again,
Frank.
by Frank
Tue Jan 15, 2008 2:05 pm
Forum: ActiveX
Topic: How to customize the annotation tool programmatically (C++)?
Replies: 4
Views: 6910

Hi Narcis, thanks for your help. The text/font customization works fine. But still there is no SetWidth() and SetHeight() member function for the annotation tool in version 7.0.1.2 of the TeeChart control. Despite the fact that there is no such member function it should be possible to do these adjus...
by Frank
Mon Jan 14, 2008 5:20 pm
Forum: ActiveX
Topic: How to customize the annotation tool programmatically (C++)?
Replies: 4
Views: 6910

How to customize the annotation tool programmatically (C++)?

Hi, I'm using version 7.0.1.2 of TeeChart Pro ActiveX control. In one of my projects I'd like set the position, size, font, transparency and other parameters of the annotation tool from within my program. It is possible to customzie these parameters in the editor but how can I customize these parame...
by Frank
Tue May 15, 2007 12:11 pm
Forum: ActiveX
Topic: How to customize TeeCommander under C++?
Replies: 4
Views: 6283

Thanks

Hi Josep,

I've tried it immediately and it works fine. Many thanks. :)

Best Regards,
Frank.
by Frank
Mon May 14, 2007 9:20 am
Forum: ActiveX
Topic: How to customize TeeCommander under C++?
Replies: 4
Views: 6283

Hi Narcís, I've already seen the thread you mentioned and already found the TeeChartDefines.h but I still don't understand how to use the VARIANT in my case. I'd like to know how a VB code like Form Name : CommanderCustomForm Private Sub Form_Load() TeeCommander1.Chart = TChart1 TeeCommander1.Contro...
by Frank
Sun May 13, 2007 10:51 pm
Forum: ActiveX
Topic: How to customize TeeCommander under C++?
Replies: 4
Views: 6283

How to customize TeeCommander under C++?

I'd like to use the TeeCommander in my Chart. Unfortunatelly I can't find an example of how to customize the toolbar using C++. I found the method "SetControls" which takes a VARIANT as parameter but I don't know how to initialize this type so that the toolbar only displays let's say the edit button...