Search found 4 matches

by Jt
Thu Apr 14, 2005 6:29 pm
Forum: ActiveX
Topic: :?: Losing Labels when scrolling custom Axis
Replies: 3
Views: 5639

Cannot post Narcis!

Hi,

Narcis the link you sent to post is not working for me - is there an email address you can send me that I can send you a .zip file for? Its onloy 10K!
by Jt
Wed Apr 13, 2005 7:31 pm
Forum: ActiveX
Topic: :?: Losing Labels when scrolling custom Axis
Replies: 3
Views: 5639

:?: Losing Labels when scrolling custom Axis

Hi all, My TChart has multiple Custom Axis, and on these axis I am placing a custom Label, and of course, each Axis has a series line. What I do is I use the Axis Labels to drag the Series lines around - this all works great, but when I enable scrolling, and I right click and try to scroll the chart...
by Jt
Thu Feb 10, 2005 8:32 pm
Forum: ActiveX
Topic: Z-Order For Axis Labelsin TCHART 7
Replies: 1
Views: 3728

Z-Order For Axis Labelsin TCHART 7

Hi All Here's an interesting probelem: I have a TChart with Axis labels - there are A LOT of Axis labels which are overlapping, and I need to be able to choose and axis label and bring it to the front (z-order?) in the display. It should be noted that the Lables are ALL on their own custom Axis, so ...
by Jt
Thu May 20, 2004 9:21 pm
Forum: ActiveX
Topic: GetXValues ().GetValue ();
Replies: 1
Views: 4591

GetXValues ().GetValue ();

Hello all, I am currently using TChart 5 in an activeX control and when I execute the following command: dbValueX = (pChart->Series(0).GetXValues ().GetValue (iCntr)); I would expect to get the VALUE of the data point at iCntr. Instead, I get a number that is the same as the Point number. How do I g...