i saw this help before.
does this mean that if i do not use events in teechart, thern the multiline attribute does not do anything at all?
Search found 12 matches
- Sun May 29, 2005 6:33 am
- Forum: ActiveX
- Topic: chart->Axis->GetBottom()->GetLabels()->PutMultil
- Replies: 3
- Views: 5614
- Wed May 25, 2005 8:03 am
- Forum: ActiveX
- Topic: chart->Axis->GetBottom()->GetLabels()->PutMultil
- Replies: 3
- Views: 5614
chart->Axis->GetBottom()->GetLabels()->PutMultil
chart->Axis->GetBottom()->GetLabels()->PutMultiline we are working with teechart6. creating a chart using CPP. if we select we create a lable with chr(13) in it the lable is split into two lines even if multiline is set to false. also. if we don't add chr(13), lines are never split even if the multi...
- Tue Mar 08, 2005 11:20 am
- Forum: ActiveX
- Topic: border to asPoint
- Replies: 2
- Views: 5043
- Tue Mar 08, 2005 9:32 am
- Forum: ActiveX
- Topic: border to asPoint
- Replies: 2
- Views: 5043
border to asPoint
how do i set a border to a asPoint series using cpp code ?
thanks
thanks
- Tue Dec 14, 2004 11:41 am
- Forum: ActiveX
- Topic: problem with forign language
- Replies: 13
- Views: 18693
more info
changing the regional options of the computer did not solve the problem.
- Tue Dec 14, 2004 7:01 am
- Forum: ActiveX
- Topic: problem with forign language
- Replies: 13
- Views: 18693
problem with forign language
hello we use the method aSeries ->Add(dValue, label.c_str(), color) to add a value to a series in the chart, the label parameter is a wstring which hold a value in Hebrew language. What we get on the chart is question marks instead of the Hebrew letters (numbers and english letters seems to stay as ...
- Mon Jun 14, 2004 8:57 am
- Forum: ActiveX
- Topic: wierd problem in teechart 6
- Replies: 12
- Views: 16507
still no solution?
is it a known bug of teechart?
is there a way to solve it and still use the markstooltip?
is there a way to solve it and still use the markstooltip?
- Sun Jun 06, 2004 9:33 am
- Forum: ActiveX
- Topic: wierd problem in teechart 6
- Replies: 12
- Views: 16507
Well, I have managed to find out how it happends and it is related to the MarksTipTool. if it is in the chart, and i put my mouse mark over a bar, a tooltip apears, if i move my mouse out of the window where the chart is, the tooltip goes into hiding but it's shadow is left on the window. the shadow...
- Wed Jun 02, 2004 9:04 am
- Forum: ActiveX
- Topic: wierd problem in teechart 6
- Replies: 12
- Views: 16507
yes, we sometimes do use IMarksTipTool. I do not know how sending a simple asp page will help since it doesn't always occurs. we think it has something to do with the actual screen we use when it happeneds (mainly laptops and TFT screens). so maybe there is something bad between the screen drivers a...
- Mon May 31, 2004 8:57 am
- Forum: ActiveX
- Topic: wierd problem in teechart 6
- Replies: 12
- Views: 16507
done, thanks for trying to help
i hope it will help understabd whats wrong.
- Sun May 30, 2004 7:19 am
- Forum: ActiveX
- Topic: wierd problem in teechart 6
- Replies: 12
- Views: 16507
wierd problem in teechart 6
we create a teechart using MS CPP and display it in IE using ASP. in some monitors whenever we load the teechart to the IE page, we get wierd boxes on the screen that do not disapear until we report the computer. I can not seem to attach a file here to show te problem, but we had to use a digital ca...
- Wed Apr 14, 2004 3:48 pm
- Forum: ActiveX
- Topic: LoadFromStream
- Replies: 1
- Views: 5864
LoadFromStream
Hi, I'm trying to work with LoadFromStream method but it fails. Does it requires a special data format ? I'm feeding it with xmlhttp.responseStream. There's no error but no chart either. Here is the code: set objXmlHttp = CreateObject("Microsoft.XMLHTTP") objXmlHttp.open "POST","/Applets/TeeChart/Te...