Search found 30 matches

by amueller
Tue Apr 11, 2006 3:08 pm
Forum: ActiveX
Topic: Tee Chart Not allowing me to create 2 lines
Replies: 1
Views: 3712

Tee Chart Not allowing me to create 2 lines

Hello, I have put a project on the news server for attachments. I have been having a problem drawing lines on the chart for some reason. The code worked prior to switching around the series (I previously drew 2 lines before the database data was drawn as a 3rd point, now I draw the database points f...
by amueller
Thu Jan 26, 2006 2:57 pm
Forum: ActiveX
Topic: How to color points on xy chart based upon another series
Replies: 18
Views: 23903

Furthur analysis shows that:

XCoord = 388
YCoord = 223

ALWAYS, no matter what the last values were. In a standard exe, it does not do this.
by amueller
Wed Jan 25, 2006 9:46 pm
Forum: ActiveX
Topic: How to color points on xy chart based upon another series
Replies: 18
Views: 23903

I haven't heard from anyone.... and I can't seem to figure this out on my own. Here is the code ... This is the code that I can cut and paste from a standard exe to an active x and it behaves like I mentioned. tmp is ALWAYS = -1 when this code is in my ActiveX control. If I create a standard EXE wit...
by amueller
Wed Jan 25, 2006 2:27 pm
Forum: ActiveX
Topic: How to color points on xy chart based upon another series
Replies: 18
Views: 23903

I sent the code off to PEP. Did you receive it?
by amueller
Tue Jan 24, 2006 4:05 pm
Forum: ActiveX
Topic: How to color points on xy chart based upon another series
Replies: 18
Views: 23903

Yours works fine on my machine. I put the same code into my control and it does not work. Maybe because of some of the properties I am setting, I don't know. Like I said, I could copy the whole activex code over into a standard exe, drop a tchart control on there and it works perfectly (with my code...
by amueller
Fri Jan 20, 2006 8:23 pm
Forum: ActiveX
Topic: How to color points on xy chart based upon another series
Replies: 18
Views: 23903

Also... The chart is 2D anyway, so that is always the aspect for the chart. The points just will not color based upon the map series. It will work fine if the code is part of a standard .exe file (with form). But this code will not work if I make this into an ActiveX control (wrap the Teechart into ...
by amueller
Fri Jan 20, 2006 4:29 pm
Forum: ActiveX
Topic: How to color points on xy chart based upon another series
Replies: 18
Views: 23903

Pep - I gave that a try (sorry for the delay, got stuck on another project) and it still did not work. I set the aspect to 3d prior to loading up the chart with the map series and the point series. I then, at the end of the testlimits sub, set the aspec to 2d (false). Still, all points are red (exce...
by amueller
Mon Jan 09, 2006 1:11 pm
Forum: ActiveX
Topic: How to color points on xy chart based upon another series
Replies: 18
Views: 23903

I just wrapped up this project into an activeX control and am now having issues... Basically, The points will definitely change color based upon the asMap series when the code is in a 'Standard EXE' in VB6. HOWEVER, The points DO NOT change color based upon the asMap series when the code is set up a...
by amueller
Tue Jan 03, 2006 2:48 pm
Forum: ActiveX
Topic: Need help with custom axis
Replies: 2
Views: 4569

It didn't work for my chart, but I will look into it furthur to see why. Thanks.
by amueller
Fri Dec 30, 2005 2:58 pm
Forum: ActiveX
Topic: Need help with custom axis
Replies: 2
Views: 4569

Need help with custom axis

Hello, This is probably not that difficult, but I can't figure out how to do it... I basically need this: http://www.leading-supply.com/chart.gif The area on the chart that represents an x value of 1 normally (on this type of chart) would be any where between the y-axis and the dark vertical line sh...
by amueller
Mon Oct 31, 2005 2:01 pm
Forum: ActiveX
Topic: How to show only last 6 values in the legend
Replies: 5
Views: 7332

I posted the VB6 project (simple test project) onto the newsgroup for you.

Thanks,

Andrew
by amueller
Thu Oct 27, 2005 1:42 pm
Forum: ActiveX
Topic: How to show only last 6 values in the legend
Replies: 5
Views: 7332

That DID give me the last 6 on the chart, thanks... However, the legend didn't display. I got it to display myself, but it still only showed the last value and not the last 6.
by amueller
Wed Oct 26, 2005 6:54 pm
Forum: ActiveX
Topic: How to show only last 6 values in the legend
Replies: 5
Views: 7332

How to show only last 6 values in the legend

Hello, For some reason, my legend is only showing the last point in the legend. I really don't have anything that is making it only show 1 point, but it is. Here is the code... How can I have it show the last 6 points? Or better yet, how can I zoom a chart (by button push) such that only the last 6 ...
by amueller
Mon Oct 17, 2005 10:02 pm
Forum: ActiveX
Topic: Flashing a single point on a chart
Replies: 1
Views: 3965

Flashing a single point on a chart

Hello, Is there a way to 'flash' a point on a chart when it doesn't meet specifications OR when it is the last point on the chart? For example, If a point exceeds certain constraints, I would like to blink that point between blue and black to give the operator more of a quick visibility to errors. T...
by amueller
Mon Oct 17, 2005 10:00 pm
Forum: ActiveX
Topic: How to color points on xy chart based upon another series
Replies: 18
Views: 23903

Thank you! That was exactly what I needed!

Andrew