Colorline on the depth axix is drawn on the left axis

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Lizabeth
Newbie
Newbie
Posts: 24
Joined: Thu Nov 13, 2003 5:00 am
Location: Sweden

Colorline on the depth axix is drawn on the left axis

Post by Lizabeth » Tue Jun 08, 2004 12:46 pm

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

Christopher
Site Admin
Site Admin
Posts: 1349
Joined: Thu Jan 01, 1970 12:00 am
Location: Riudellots de la Selva, Catalonia
Contact:

Post by Christopher » Wed Jun 09, 2004 3:03 pm

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.
Thank you!

Christopher Ireland (Steema crew)
Please be aware of the newsgroup archives:
http://www.teechart.net/support/search.php
http://groups.google.com
http://codenewsfast.com/

IHWB
Newbie
Newbie
Posts: 8
Joined: Wed Oct 04, 2006 12:00 am

Post by IHWB » Mon Apr 14, 2008 8:26 am

Has this issue been resolved yet?
I too would love to be able to display a colorline on the depth axis.

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Mon Apr 14, 2008 9:07 am

Hi IHWB,

I'm afraid this feature hasn't been implemented yet.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

IHWB
Newbie
Newbie
Posts: 8
Joined: Wed Oct 04, 2006 12:00 am

Post by IHWB » Mon Apr 14, 2008 9:24 am

any idea of if and when it will be implemented?
We are contemplating migrating to TeeChart .NET v3, has the feature been implemented there?

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Mon Apr 14, 2008 9:29 am

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.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply