Page 1 of 1

Colorline on the depth axix is drawn on the left axis

Posted: Tue Jun 08, 2004 12:46 pm
by 8122778
Hi, I have a plot with a points3d series added to it. I need to draw a colorline on each axis (left, bottom, depth). The left and bottom line are drawn correctly when I use the code:

scorePlot.Tools.Add(yLine);
yLine.Value = 0;
yLine.Axis = scorePlot.Axes.Left;

scorePlot.Tools.Add(xLine);
xLine.Value = 0;
xLine.Axis = scorePlot.Axes.Bottom;

However, when I try to set the depthLine's axis to the depth axe with the code:

scorePlot.Tools.Add(zLine);
zLine.Value = 0;
zLine.Axis = scorePlot.Axes.Depth;

the line is drawn on the left axe (could be the right too...) , so I end up with two horizontal color lines and no one on the depth axis.

Haven't got a clue why? Do you?

Best regards
Elisabeth

Posted: Wed Jun 09, 2004 3:03 pm
by Chris
Hi --
Haven't got a clue why? Do you?
These things are much easier to figure out when you have access to the source code :D

The Axis Tools are not presently designed to work with the Depth Axis. I will add the idea to the wishlist.

Posted: Mon Apr 14, 2008 8:26 am
by 9642657
Has this issue been resolved yet?
I too would love to be able to display a colorline on the depth axis.

Posted: Mon Apr 14, 2008 9:07 am
by narcis
Hi IHWB,

I'm afraid this feature hasn't been implemented yet.

Posted: Mon Apr 14, 2008 9:24 am
by 9642657
any idea of if and when it will be implemented?
We are contemplating migrating to TeeChart .NET v3, has the feature been implemented there?

Posted: Mon Apr 14, 2008 9:29 am
by narcis
Hi IHWB,

I can't give you an estimate date at the moment. The feature is not yet supported in v3. I recommend you to be aware at this forum or subscribe to our RSS feed for new release announcements and what's being implemented on them.