Search found 22 matches

by Jeff
Mon Mar 27, 2006 8:30 pm
Forum: ActiveX
Topic: Automatic scale based on series
Replies: 1
Views: 3698

Automatic scale based on series

Hello, I have several series on my chart. My chart is set to automatically scale. I wish to automatically scale based on a certain series and disregard the other series; however I need the other series to be visible on the chart. To further explain, I am drawing a horizontal line as a series. The is...
by Jeff
Mon Mar 27, 2006 7:34 pm
Forum: ActiveX
Topic: Keep Marks on the graph???
Replies: 4
Views: 6692

Duh! I just change the width of the right margin. What a day!
by Jeff
Mon Mar 27, 2006 6:45 pm
Forum: ActiveX
Topic: Keep Marks on the graph???
Replies: 4
Views: 6692

Thanks...BUT.....I suppose I should have been a bit clearer. It appears that your code only keeps the Mark from being clipped on the graph itself. (I know I said graph)...but what I mean is that the Mark runs off of the actually chart control itself. How do I keep it from running off the chart contr...
by Jeff
Mon Mar 27, 2006 2:38 pm
Forum: ActiveX
Topic: Keep Marks on the graph???
Replies: 4
Views: 6692

Keep Marks on the graph???

Hello, I have my Marks set to be visble on my chart. Sometimes if the point that my Mark shows is near the edge of the chart...the Mark is cut off. In other words..... The Mark goes off the edge of the chart. How can I keep the Marks on the chart? Here is a sample picture: http://www.lifebreed.com/c...
by Jeff
Mon Mar 20, 2006 1:36 pm
Forum: ActiveX
Topic: How to get value when line intersects a crossline?
Replies: 2
Views: 4886

Very nice! Thank you!
by Jeff
Thu Mar 16, 2006 7:45 pm
Forum: ActiveX
Topic: Problem with marks and axis clearing...
Replies: 1
Views: 3870

Problem with marks and axis clearing...

Hello, I am using TeeChart 6 in VB6. I have a button that does the following: With tchUnbalanceVsSpeed .Series(gintLEFT).Clear .Series(gintRIGHT).Clear .Series(intUnCorrectable).Clear .Series(intTolerance).Clear .Series(intUnbVsSpdCalSpd).Clear End With With tchAngleVsSpeed .Series(gintLEFT).Clear ....
by Jeff
Tue Mar 14, 2006 9:29 pm
Forum: ActiveX
Topic: Cross point function. How does it work? Sample?
Replies: 9
Views: 12494

The code you gave me appears to work..BUT...I have two charts on the same form in VB6. I am using TeeChart 6. My problem now is that while the value displays in the "Mark" for one chart. It does not display in my other chart. The code is the same. Do you have any ideas why the code would display mar...
by Jeff
Tue Mar 14, 2006 3:54 pm
Forum: ActiveX
Topic: Cross point function. How does it work? Sample?
Replies: 9
Views: 12494

My problem appears to have been that I was building the series in a sub and callling that sub multiple times. I needed to clear the series for my vertical line before I drew the new series.
by Jeff
Mon Mar 13, 2006 9:34 pm
Forum: ActiveX
Topic: Cross point function. How does it work? Sample?
Replies: 9
Views: 12494

TChart1.Series(2).SetFunction tfCrossPoints
TChart1.Series(2).DataSource = "Series0,Series1"
TChart1.Series(2).CheckDataSource
TChart1.Series(2).Marks.Visible = True


The above cause a crash when the lines cross. Any ideas why? It appears to be the .CheckDataSource line that bombs.
by Jeff
Mon Mar 13, 2006 6:06 pm
Forum: ActiveX
Topic: Vertical series?
Replies: 1
Views: 3869

Vertical series?

Hello,

How can I make a vertical series (or line) on a chart?

Thanks!
by Jeff
Mon Mar 13, 2006 4:12 pm
Forum: ActiveX
Topic: Cross point function. How does it work? Sample?
Replies: 9
Views: 12494

Thanks. In the Chart Tools Gallery there is a Color Line tool. Right click on the chart, choose edit, choose the Tools tab, click on Add, click on Axis tab. There is the Color Line tool. Also...the mark works, but how do I get it to display the X and Y value of the point? Sorry...this is extremely n...
by Jeff
Mon Mar 13, 2006 3:55 pm
Forum: ActiveX
Topic: Cross point function. How does it work? Sample?
Replies: 9
Views: 12494

Thanks. This seems to work, but I need a little more if possible. I want to have the intersections of the points be displayed in chart marks. You know the little yellow rectangles. Right now I have the values displayed in a label. Also...(the biggy)....Does this only work with series or can I create...
by Jeff
Mon Mar 13, 2006 3:02 pm
Forum: ActiveX
Topic: Cross point function. How does it work? Sample?
Replies: 9
Views: 12494

Cross point function. How does it work? Sample?

Hello, I have been trying to get the cross point function to work with two existing series. I followed the instructions in the help, but it does not work. I added the cross point as "marks" so I was expecting to see marks when the lines crossed. Is there a simple example of using the cross point fun...
by Jeff
Fri Mar 10, 2006 8:50 pm
Forum: ActiveX
Topic: How to get value when line intersects a crossline?
Replies: 2
Views: 4886

How to get value when line intersects a crossline?

Hello,

I have a "line" on a teechart and a "Color line" (from the tools tab). I need to get the value when these lines intersect. How do I do that?

Thanks!
by Jeff
Wed Aug 10, 2005 9:05 pm
Forum: ActiveX
Topic: Make pie chart build from left to right (Clockwise) ????
Replies: 1
Views: 3800

Make pie chart build from left to right (Clockwise) ????

Hello,

I am trying to setup a pie chart for angles...0 to 360 going from the top of the pie chart rotating left. It appears the pie chart builds (counter-clockwise). Is there a setting that will change this?

Thanks!