Page 1 of 1
Is there a TeeChart Font Editor
Posted: Mon Jan 05, 2004 3:51 am
by 9078641
CTitle hd = m_Chart1.GetHeader();
hd.GetFont().ShowEditor(); // does not work
Is there a Font Properties/Selection Editor ?
Posted: Mon Jan 05, 2004 9:34 am
by Chris
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();
Text Tab
Posted: Mon Jan 05, 2004 2:31 pm
by 9078641
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 ?
Posted: Mon Jan 05, 2004 4:08 pm
by Pep
Hi Hans,
I'm affraid this cannot be done with TeeChart Pro.
Josep Lluis Jorge
http://support.steema.com