A small example application written from the scratch is on the way to your email account.
Thx a lot,
Michael Kuelshammer
Germany
Search found 7 matches
- Fri Jan 07, 2005 8:44 pm
- Forum: ActiveX
- Topic: Small bug in ActiveX 7.0.0.3 with OpenGL and Visual C++ 6
- Replies: 4
- Views: 8452
- Thu Jan 06, 2005 3:59 pm
- Forum: ActiveX
- Topic: NearestTool, VC6++
- Replies: 5
- Views: 9744
In TeeChart Pro AX V7 example under the item "All features/Tools/Nearest Point" I can change the values to the values that you have posted (0,10,0,10), there I see no problem to find the nearest point that lie on the x-axis. I think it's a problem of your old Version 5 ActiveX control. Bye, Michael ...
- Thu Jan 06, 2005 2:08 pm
- Forum: ActiveX
- Topic: NearestTool, VC6++
- Replies: 5
- Views: 9744
When I search the internet I find the following sample code: VARIANT TheSeries; TheSeries.vt=VT_I2; TheSeries.intVal=0; m_chart.GetTools().GetItems(0).GetAsNearest().SetSeries(TheSeries); TheSeries.intVal=2; m_chart.GetTools().GetItems(0).GetAsNearest().SetSeries(TheSeries); Have you tried this ?? B...
- Thu Jan 06, 2005 10:25 am
- Forum: ActiveX
- Topic: Problems with CPrinter wrapper class in VC++ 6
- Replies: 1
- Views: 3900
Problems with CPrinter wrapper class in VC++ 6
I have a VC6 program, in StdAfx.h I have included: #include "gdiplus.h" using namespace Gdiplus: When I now compile my program, that uses your TeeChart wrapper classes, with VC 6 compiler and link with the TeeChart.lib I always get a LNK2001 error with the symbol "GetPrinter()". The cause is, that G...
- Thu Jan 06, 2005 10:14 am
- Forum: ActiveX
- Topic: How to set the smooth option in previewer
- Replies: 1
- Views: 3715
How to set the smooth option in previewer
There is no possibility to set the smooth option in the previewer panel programmatically in the VC++ routines: If you want to preview OpenGL graphs then you have to switch on the smooth option button on the left panel in the previewer, see the following image: http://www.scbadsalzdetfurth.de/Test2.j...
- Thu Jan 06, 2005 10:09 am
- Forum: ActiveX
- Topic: Small bug in ActiveX 7.0.0.3 with OpenGL and Visual C++ 6
- Replies: 4
- Views: 8452
- Thu Jan 06, 2005 10:01 am
- Forum: ActiveX
- Topic: Small bug in ActiveX 7.0.0.3 with OpenGL and Visual C++ 6
- Replies: 4
- Views: 8452
Small bug in ActiveX 7.0.0.3 with OpenGL and Visual C++ 6
Hello, I'm using TeeChart ActiveX Control 7.0.0.3 in my MDI-application programmed with Visual C++ 6.0 SP4. In a CView I have implemented the following code: BOOL CMyView::Create(LPCTSTR lpszClassName,LPCTSTR lpszWindowName,DWORD dwStyle,const RECT& rect,CWnd* pParentWnd,UINT nID,CCreateContext *pCo...