thanks - I see my problem now - that I was calling SetValueFormat("100") and SetIncrement(0) when the min is 0 and the max is 1003 and because of this I was getting crazy values on axis ( up to 11000). Now I call SetValueFormat("0") if I have nondivisble by 10 numbers.
- akiva
Search found 17 matches
- Wed Feb 15, 2006 6:40 pm
- Forum: ActiveX
- Topic: SetMinMax only works right with numbers divisible by 10
- Replies: 12
- Views: 15226
- Tue Feb 14, 2006 1:29 pm
- Forum: ActiveX
- Topic: SetMinMax only works right with numbers divisible by 10
- Replies: 12
- Views: 15226
- Mon Feb 13, 2006 11:54 am
- Forum: ActiveX
- Topic: SetMinMax only works right with numbers divisible by 10
- Replies: 12
- Views: 15226
You wrote: "I've seen what you reported but I'm unable to reproduce the problem here" I don't understand what you mean - have you seen the actual teechart graph with the strange values on the left vertical axis? I also had sent you the cpp file (timeplotGraph) - in there is the code for designationg...
- Mon Feb 13, 2006 10:08 am
- Forum: ActiveX
- Topic: SetMinMax only works right with numbers divisible by 10
- Replies: 12
- Views: 15226
- Sun Feb 12, 2006 2:05 pm
- Forum: ActiveX
- Topic: SetMinMax only works right with numbers divisible by 10
- Replies: 12
- Views: 15226
I resentthe files you need - using yousendit. There are 2 sites you must downloads from. They are: Put all the files in the bin directory except for For Narcis.pak file and and convert.xml which are in the cfg directory. After bringing up EXalt you might need to load the For Narcis.pak file You do t...
- Thu Feb 09, 2006 3:32 pm
- Forum: ActiveX
- Topic: SetMinMax only works right with numbers divisible by 10
- Replies: 12
- Views: 15226
Hi Narcis: If you still have the files I sent you last time - you can use that exe file (exalt.exe I think its called) What you must do is go to Lab - Watch mode (see left hand upper tabs) and then go to the Access Board in lower left hand corner and make sure you are in groups tab. Drill down the t...
- Thu Feb 09, 2006 11:12 am
- Forum: ActiveX
- Topic: SetMinMax only works right with numbers divisible by 10
- Replies: 12
- Views: 15226
SetMinMax only works right with numbers divisible by 10
If I use as parameters for my teeChart numbers such as 0 for min and 1002 for max I do not get the correct range on the teechart left axis. e.g. m_tchart.GetAxis().GetLeft().SetMinMax(0, 1002); What I get on the chart are values between 0 and 11000 and the values are not evenly distributed either. I...
- Sun Jan 29, 2006 4:24 pm
- Forum: ActiveX
- Topic: On tchart control - getting a very bad thick line
- Replies: 13
- Views: 17103
- Wed Jan 25, 2006 5:23 pm
- Forum: ActiveX
- Topic: On tchart control - getting a very bad thick line
- Replies: 13
- Views: 17103
Hi Narcis again:
See my previous email in which I sent some more files via yousendit. I forgot 1 more dll file so I made another YouSendIt path.
http://s42.yousendit.com/d.aspx?id=3143 ... D1BU5VJXUL
thanks,
Akiva
See my previous email in which I sent some more files via yousendit. I forgot 1 more dll file so I made another YouSendIt path.
http://s42.yousendit.com/d.aspx?id=3143 ... D1BU5VJXUL
thanks,
Akiva
- Wed Jan 25, 2006 5:13 pm
- Forum: ActiveX
- Topic: On tchart control - getting a very bad thick line
- Replies: 13
- Views: 17103
Hi Narcis:
I used YouSendIt again
http://s49.yousendit.com/d.aspx?id=3U2N ... OX8GAR3P69
Put all these files in your bin directory.
I also attached a cpp file - take a look especially at GraphicTimePlotChart::OnRemoveEUFromGraph().
- akiva
I used YouSendIt again
http://s49.yousendit.com/d.aspx?id=3U2N ... OX8GAR3P69
Put all these files in your bin directory.
I also attached a cpp file - take a look especially at GraphicTimePlotChart::OnRemoveEUFromGraph().
- akiva
- Wed Jan 25, 2006 11:49 am
- Forum: ActiveX
- Topic: On tchart control - getting a very bad thick line
- Replies: 13
- Views: 17103
Hi Narcis: I had problems sending the files to you with steema.public.attachments so I used YouSendIt. Click on the following link below to retrieve the files. ....................................... You can click on the following link to retrieve your file. The link will expire in 7 days and will b...
- Mon Jan 23, 2006 2:26 pm
- Forum: ActiveX
- Topic: On tchart control - getting a very bad thick line
- Replies: 13
- Views: 17103
Hi Narcis: I posted 2 separate mails in the steema attachments since the files I am sending are large so it may take a short while. I wrote this in the attachments also: I am attaching 2 zip files (2 emails) due to the large size. Copy the enclosed files to your C: directory. The exalt.exe should be...
- Sun Jan 22, 2006 2:16 pm
- Forum: ActiveX
- Topic: On tchart control - getting a very bad thick line
- Replies: 13
- Views: 17103
- Thu Jan 19, 2006 4:34 pm
- Forum: ActiveX
- Topic: On tchart control - getting a very bad thick line
- Replies: 13
- Views: 17103
- Thu Jan 19, 2006 2:58 pm
- Forum: ActiveX
- Topic: On tchart control - getting a very bad thick line
- Replies: 13
- Views: 17103
On tchart control - getting a very bad thick line
I am using Teechart ProActiveX control V5 in my application. (plotting graph) I am getting a very thick line that has a black stripe at top and a white stripe below it with the number '0' written at the head of the line. This happens after I programatically add and subtract series to the graph. In o...