Search found 10 matches

by arice
Fri Oct 26, 2007 12:58 pm
Forum: ActiveX
Topic: X and Y Axis Labels
Replies: 10
Views: 13265

Thank you for the example. I've never used WinForms before. My programming has always been in straight C++ with MFC. By the way I did finally manage to get the axis labels working by first creating a TeeChart ActiveX project in VS6 and generating the wrapper classes. Then I create my project in VS 2...
by arice
Mon Oct 22, 2007 3:31 pm
Forum: ActiveX
Topic: X and Y Axis Labels
Replies: 10
Views: 13265

If you will read through this thread and the other thread referenced you will begin to see what my concern is.

I would like to request you create a new VS2005 C++ example project, add the TeeChart Pro Chart ActiveX control and then demonstrate adding the left and bottom title captions.
by arice
Mon Oct 22, 2007 3:16 pm
Forum: ActiveX
Topic: X and Y Axis Labels
Replies: 10
Views: 13265

Well, that brings me back to this post: http://www.teechart.net/support/viewtopic.php?p=26241#26241 If I create a brand new project in Visual Studio 2005 for C++, I cannot access m_Axis->GetLeft() let alone the rest of the line. If my project had been converted from a VS6 project, then I can access ...
by arice
Fri Oct 19, 2007 8:03 pm
Forum: ActiveX
Topic: ActiveX on a Dialog in a DLL
Replies: 2
Views: 4749

OK, I didn't give out enough info. I am programming in C++ using Visual Studio 2005 and MFC. I need to create the DLL as an MFC DLL. So, the calling app is MFC and the DLL in MFC. I need to load a DLL that contains a simple dialog (OK Cancel and the TeeChart ActiveX control). Any ideas? Any examples?
by arice
Fri Oct 19, 2007 7:36 pm
Forum: ActiveX
Topic: ActiveX on a Dialog in a DLL
Replies: 2
Views: 4749

ActiveX on a Dialog in a DLL

I need to create a DLL with a dialog box which includes the TeeChart Activex Pro v8 control.

How do I do that? Do you have a working example?
by arice
Thu Oct 18, 2007 3:38 pm
Forum: ActiveX
Topic: X and Y Axis Labels
Replies: 10
Views: 13265

I am executing the following code: LPDISPATCH lpdAxis = m_teeChart.get_Axis(); CAxis *m_Axis = new CAxis(lpdAxis); CAxisLabels m_AxisLabels = m_Axis->GetLabels(); m_Axis->GetLabels() in axis.cpp makes a call to: InvokeHelper(0xb, DISPATCH_PROPERTYGET, VT_DISPATCH, (void*)&pDispatch, NULL); which ret...
by arice
Thu Oct 18, 2007 3:13 pm
Forum: ActiveX
Topic: X and Y Axis Labels
Replies: 10
Views: 13265

A title for each axis what are you trying to draw NOT the data points.
by arice
Thu Oct 18, 2007 3:05 pm
Forum: ActiveX
Topic: X and Y Axis Labels
Replies: 10
Views: 13265

X and Y Axis Labels

I programing in C++ using Visual Studio 2005 using TeeChart Pro Activex v8. I need to be able to lable the X and Y axis. For instance the Y axis is showing "Savings - kWh per kW of Lighting" and the X axis is showing "Climate Zone". So, I want the label for the Y axis to run up the left side of the ...
by arice
Wed Oct 17, 2007 1:33 pm
Forum: ActiveX
Topic: Activex8 in VS6 vs Activex8 in VS 2005
Replies: 4
Views: 6437

Well, thanks, I had already looked at those. However, it is my firm belief that your "Examples\Visual Studio .NET\Vc++\Dragging Points" project was simply converted to VS 2005 by loading in the example project from the "Examples\Visual C++\Version 6\Dragging Points" project. The TeeChart Pro ActiveX...
by arice
Tue Oct 16, 2007 8:14 pm
Forum: ActiveX
Topic: Activex8 in VS6 vs Activex8 in VS 2005
Replies: 4
Views: 6437

Activex8 in VS6 vs Activex8 in VS 2005

I'm working in C++. I notice that if I add the TeeChart Activex control in VS6 using "Add to Project/Components and Controls" that I am presented with a tidy and complete list of classes and when programming I have easy and quick access to all functions, properties and members of the control. Howeve...