Search found 35 matches

by marathoner
Thu Jul 24, 2008 8:32 pm
Forum: ActiveX
Topic: Customizing Bottom Axis Labels
Replies: 1
Views: 4041

Customizing Bottom Axis Labels

How do I add labels to the Bottom Axis? Or how do I change the labels already there?
by marathoner
Thu Apr 17, 2008 10:06 pm
Forum: ActiveX
Topic: Placing tick marks on 2d Chart
Replies: 1
Views: 3533

Placing tick marks on 2d Chart

I would like to know how to have user control on the placement of tick marks on the X and Y axes for a 2d Tchart control.
by marathoner
Thu Apr 17, 2008 9:54 pm
Forum: ActiveX
Topic: Dialog with TeeChart and CRicheditCtrl Crashes
Replies: 2
Views: 4241

I fixed it with the initialization command: AfxInitRichEdit()
by marathoner
Wed Apr 16, 2008 9:55 pm
Forum: ActiveX
Topic: Dialog with TeeChart and CRicheditCtrl Crashes
Replies: 2
Views: 4241

Dialog with TeeChart and CRicheditCtrl Crashes

I have a modeless dialog which has a TeeChart control placed on it. I can invoke that dialog without any problems. If, however, I also place an MFC CRichEditCtrl control on that same dialog, the dialog crashes. How can this problem be resolved?
by marathoner
Fri Mar 14, 2008 11:21 am
Forum: ActiveX
Topic: Setting Series Color
Replies: 3
Views: 6280

What is the meaning of RGB(255,0,0)?
by marathoner
Thu Mar 13, 2008 6:43 pm
Forum: ActiveX
Topic: Dragging a 2D Line Plot
Replies: 4
Views: 6282

The .NET example isn't at all clear. Can you give me an example in VC++ 6.0, that demonstrates how one drag a plot.
by marathoner
Thu Mar 13, 2008 6:35 pm
Forum: ActiveX
Topic: Dragging a 2D Line Plot
Replies: 4
Views: 6282

How do I choose the ColorLine tool?
by marathoner
Thu Mar 13, 2008 4:12 pm
Forum: ActiveX
Topic: Setting Series Color
Replies: 3
Views: 6280

Setting Series Color

How do I specifically set the color of the lines in a series? Suppose I want to set the color of the lines to red, or blue, or any color, how do I do that?

Is there a specific constant for each different color?
by marathoner
Thu Mar 13, 2008 1:14 pm
Forum: ActiveX
Topic: Dragging a 2D Line Plot
Replies: 4
Views: 6282

Dragging a 2D Line Plot

After plotting a 2D line on a chart, is it possible to drag the 2d line in either horizontal or vertical direction for repositioning?
by marathoner
Thu Mar 13, 2008 1:09 pm
Forum: ActiveX
Topic: Plotting several lines within a single Series
Replies: 3
Views: 4987

What I want to do is plot another line that is not connected to the 1st line. The 1st line should not be connected to the 2nd line // 1st line temp.AddXY(-0.5, -0.1, (LPCTSTR) "", clTeeColor); temp.AddXY(-0.2244, -0.2, (LPCTSTR) "", clTeeColor); temp.AddXY(-0.2244, 0.5, (LPCTSTR) "", clTeeColor); te...
by marathoner
Wed Mar 12, 2008 10:24 pm
Forum: ActiveX
Topic: Activex8 in VS6 vs Activex8 in VS 2005
Replies: 4
Views: 6906

To generate the wrapper classes in VS2005, you should go to ClassView, right click on the name of the project, and select Add-->Class. Under categories, Select Visual C++. Under template, select "MFC Class from Typelib", press "Add" button. Select "TeeChart Pro ActiveX Control v8<1.0>" under "Availa...
by marathoner
Wed Mar 12, 2008 6:04 pm
Forum: ActiveX
Topic: Changing Names of Series Plots
Replies: 3
Views: 4918

Thanks, that works.

Is it possible to delete a series title from the legend without deleting its points from the chart?
by marathoner
Wed Mar 12, 2008 4:18 pm
Forum: ActiveX
Topic: Plotting several lines within a single Series
Replies: 3
Views: 4987

Plotting several lines within a single Series

I would like to point to plot several distinct lines using CSeries without these lines being connected to each other. If I use AddXY to plot a 2D line, how do I plot another line, without it being connected to the first line?
by marathoner
Wed Mar 12, 2008 1:05 pm
Forum: ActiveX
Topic: Changing Names of Series Plots
Replies: 3
Views: 4918

Changing Names of Series Plots

When I plot a series of 2D lines, a legend in a white box is displayed. On each line in the legend, it says, "Series 0", "Series 1", "Series 2" and so on. On each line, it displays the color of the line. How do I rename the names in the legend?
by marathoner
Wed Mar 12, 2008 12:52 pm
Forum: ActiveX
Topic: Thickness of 2d Line Plot
Replies: 1
Views: 3130

Thickness of 2d Line Plot

How do I change the thickness of a line in a 2D line plot? I am using Visual C++ 6.0.