Search found 5 matches

by Scrub
Tue Mar 15, 2005 10:01 pm
Forum: ActiveX
Topic: Bug with Manual un-zoom
Replies: 1
Views: 2977

Ah-ha!
Don't put any code that has a doevents in the OnDouble-Click event or you will get strange behavior. I was calling a class that changes the mouse pointer and had Doevents call in it.

Problem solved.
by Scrub
Tue Mar 15, 2005 8:59 pm
Forum: ActiveX
Topic: Bug with Manual un-zoom
Replies: 1
Views: 2977

Bug with Manual un-zoom

Hi, I have a VB app that uses the TeeChart with zooming. The native method of un-zoomig, or returning to the original chart view is to click and drag to the left. This works fine however it is not very intuitive. To improve usability, I have added so very simple code to the double-click event. TeeCh...
by Scrub
Thu Sep 16, 2004 11:23 pm
Forum: ActiveX
Topic: Get Point values
Replies: 1
Views: 3328

Get Point values

This really isn't rocket science. I would like to display the value of a graphed point. I see the OnClickSeries event will do that, but it also appears to display data for areas that are just on the line between points and not just for point data.
by Scrub
Thu Sep 16, 2004 11:00 pm
Forum: ActiveX
Topic: Making the grid lines go away (VB)
Replies: 3
Views: 4699

Thanks,
I figured it out eventually. Seems like it would be a little more intuitive like
TChart.ShowGridLines = false
Or at least TChart.Series(Index).ShowGridLines = False
by Scrub
Wed Sep 15, 2004 8:35 pm
Forum: ActiveX
Topic: Making the grid lines go away (VB)
Replies: 3
Views: 4699

Making the grid lines go away (VB)

I want to turn off the gridlines. This shouldn't be a difficult thing. I have wasted 2 hours wandering through the help files.

I would appreciate any help

Thanks.