CTitle hd = m_Chart1.GetHeader();
hd.GetFont().ShowEditor(); // does not work
Is there a Font Properties/Selection Editor ?
Is there a TeeChart Font Editor
-
- Site Admin
- Posts: 1349
- Joined: Thu Jan 01, 1970 12:00 am
- Location: Riudellots de la Selva, Catalonia
- Contact:
Hi --
Try:CTitle hd = m_Chart1.GetHeader();
hd.GetFont().ShowEditor(); // does not work
Is there a Font Properties/Selection Editor ?
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/
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/
Hi Hans,
I'm affraid this cannot be done with TeeChart Pro.
Josep Lluis Jorge
http://support.steema.com
I'm affraid this cannot be done with TeeChart Pro.
Josep Lluis Jorge
http://support.steema.com