Search found 12 matches
- Wed Aug 13, 2008 8:48 am
- Forum: ActiveX
- Topic: Disable MouseWheel - vertical scrolling of gantt
- Replies: 3
- Views: 5944
We have a gantt chart which is used for production planning. I want to make shure that it can only be scrolled horizontally. At the moment whenever I accidentally touch the mouse wheel the chart scrolls vertically, so some production lines are off-screen. All I want to to is to disable vertical scro...
- Wed Aug 13, 2008 8:23 am
- Forum: ActiveX
- Topic: Disable MouseWheel - vertical scrolling of gantt
- Replies: 3
- Views: 5944
Disable MouseWheel - vertical scrolling of gantt
The vertical scrolling of our gantt chart is driving us nuts... The only solution by now is the onafterdraw event where we reset the axis min/max. The repaint method does not work the way it should. That means the correct axis values are set but the chart keeps scrolling. this leaves a scrolled char...
- Tue Dec 11, 2007 7:36 pm
- Forum: ActiveX
- Topic: Individual mark text format problem
- Replies: 7
- Views: 8607
- Tue Dec 11, 2007 6:54 pm
- Forum: ActiveX
- Topic: Individual mark text format problem
- Replies: 7
- Views: 8607
- Tue Dec 11, 2007 6:41 pm
- Forum: ActiveX
- Topic: Individual mark text format problem
- Replies: 7
- Views: 8607
- Tue Dec 11, 2007 4:07 pm
- Forum: ActiveX
- Topic: Individual mark text format problem
- Replies: 7
- Views: 8607
- Fri Dec 07, 2007 2:46 pm
- Forum: ActiveX
- Topic: Individual mark text format problem
- Replies: 7
- Views: 8607
Individual mark text format problem
Hi, I use v8 activeX and try set set individual mark text formats to a gantt chart series. This leads to a very annoying effect: when setting one mark text font to bold, a lot (not all) martktext lose their transparency and change their font size. From now on, settings in the teechart commander on s...
- Fri Jul 07, 2006 6:46 am
- Forum: ActiveX
- Topic: Wrong colors in Colorgrid
- Replies: 3
- Views: 5787
Works now and I have no idea why...
Hi Narcis, now the colors are correct - but I don't know why. The only thing I did was changing two values and now everything is fine. When the colors were wrong one other thing was strange - getting z-values by clicked event worked but only for 95% of the chart --> from left to right the first 95%....
- Thu Jul 06, 2006 10:51 am
- Forum: ActiveX
- Topic: Wrong colors in Colorgrid
- Replies: 3
- Views: 5787
Wrong colors in Colorgrid
Hi, after Narcis helped me to get the z-values of my colorgrid the next problem became visible. I defined custom colors for the colorgrid --> see below: With .Series(1) With .asColorGrid .AddPalette -3, &H0 .UseColorRange = False .UsePalette = True .ClearPalette .AddPalette -3, RGB(204, 0, 0) .AddPa...
- Thu Jun 29, 2006 2:47 pm
- Forum: ActiveX
- Topic: Determine Y-values in a colorgrid series
- Replies: 5
- Views: 6497
Some more details
Hi Narcís, I should have told you, that these colorgrid series I ues are on different custom axis. The bottom axis represents the timeline, so no matter over which color grid the mouse is actually, I need to display the values of all colorgrids. The Y Value of the OnMouseMove Event is often outside ...
- Thu Jun 29, 2006 1:52 pm
- Forum: ActiveX
- Topic: Determine Y-values in a colorgrid series
- Replies: 5
- Views: 6497
Clicked does the trick, only one additional problem
My colorgrids have 64 lines (z-value). In order to use your code, I have to find out the y-coordinate of one of these lines (for the "clicked" method). Can you help there as well?
Thanks in advance,
Jan
Thanks in advance,
Jan
- Thu Jun 29, 2006 1:21 pm
- Forum: ActiveX
- Topic: Determine Y-values in a colorgrid series
- Replies: 5
- Views: 6497
Determine Y-values in a colorgrid series
Hi,
I need to get the y-values (the intensity) of several color grid series within my chart. Given values are Mouse x-coordinate and fix Z index.
First I thought getxzvalues might by the right method, but that doesn't work
.
Kind regards,
Jan
I need to get the y-values (the intensity) of several color grid series within my chart. Given values are Mouse x-coordinate and fix Z index.
First I thought getxzvalues might by the right method, but that doesn't work

Kind regards,
Jan