Is there a TeeChart Font Editor

TeeChart for ActiveX, COM and ASP
Post Reply
hansw
Newbie
Newbie
Posts: 59
Joined: Fri Nov 15, 2002 12:00 am

Is there a TeeChart Font Editor

Post by hansw » Mon Jan 05, 2004 3:51 am

CTitle hd = m_Chart1.GetHeader();

hd.GetFont().ShowEditor(); // does not work

Is there a Font Properties/Selection Editor ?

Christopher
Site Admin
Site Admin
Posts: 1349
Joined: Thu Jan 01, 1970 12:00 am
Location: Riudellots de la Selva, Catalonia
Contact:

Post by Christopher » Mon Jan 05, 2004 9:34 am

Hi --
CTitle hd = m_Chart1.GetHeader();

hd.GetFont().ShowEditor(); // does not work

Is there a Font Properties/Selection Editor ?
Try:

Code: Select all

CTitle hd = m_Chart1.GetHeader(); 
hd.ShowEditorShape();
Thank you!

Christopher Ireland (Steema crew)
Please be aware of the newsgroup archives:
http://www.teechart.net/support/search.php
http://groups.google.com
http://codenewsfast.com/

hansw
Newbie
Newbie
Posts: 59
Joined: Fri Nov 15, 2002 12:00 am

Text Tab

Post by hansw » Mon Jan 05, 2004 2:31 pm

OK this Editor seems to do everyting I need.
However to make it more obvious I would like to expose the Text Tab on opening the editor, instead of the default Format tab.

How to do this ?

Pep
Site Admin
Site Admin
Posts: 3273
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Mon Jan 05, 2004 4:08 pm

Hi Hans,

I'm affraid this cannot be done with TeeChart Pro.

Josep Lluis Jorge
http://support.steema.com

Post Reply