Using Visual C++ 6.0 and TeeChart ActiveX version 7, I have the following code:
mChart = new CTChart();
mChart.ShowEditor(-1).
This works fine. I need to figure out how to show only certain pages..e.g. I only want to show the Axes Tab.... how do I do this?
TeeEditor showpages
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi nbp,
You can do as shown in the All Features\Welcome!\Components\Chart Editor\Chart Editor dialog example in the features demo.
You'll find the demo at TeeChart's program group.
You can do as shown in the All Features\Welcome!\Components\Chart Editor\Chart Editor dialog example in the features demo.
You'll find the demo at TeeChart's program group.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
Hi,
you have to do :
m_editor.GetShowPages().SetGeneral(false);
m_editor.SetChartLink(m_chart1.GetChartLink());
you have to do :
m_editor.GetShowPages().SetGeneral(false);
m_editor.SetChartLink(m_chart1.GetChartLink());
Pep Jorge
http://support.steema.com
http://support.steema.com