Move marks in a graph

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Rob
Newbie
Newbie
Posts: 11
Joined: Fri Apr 02, 2004 5:00 am
Contact:

Move marks in a graph

Post by Rob » Fri Feb 02, 2007 2:59 pm

I use a 3D line graph. I want the marks to be over the points on stead of covering them but whatever I try they stay at the same place. In an other graph, a Bar, the displacement of the marks works fine, they shift up and down with their arrowsettings. In this graph not.

In Series Marks Style the Style setting is X-Value. That shows the correct figures in the marks. In Series Marks Arrows the settings length, size, distance = 30 (just to test), arrowhead None. In Pointer the orange triangle is set to 30 for all values too. It seems that the arrows use values that are sebsequent, somehow, I see no connection with the Marks. What do I miss, here?

Rob

Image

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

Post by Narcís » Fri Feb 02, 2007 4:04 pm

Hi Rob,

Could you please read this thread which explains how to customize marks position?

If this doesn't help, could you please send us a simple example project we can run "as-is" to reproduce the problem here?

You can post your files at news://www.steema.net/steema.public.attachments newsgroup or at our upload page.

Thanks in advance.
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

Rob
Newbie
Newbie
Posts: 11
Joined: Fri Apr 02, 2004 5:00 am
Contact:

Post by Rob » Mon Feb 05, 2007 12:27 pm

Narcis,

somehow we solved the problem by changing the graph type to Bar and back to Line. Now the marks are positioned nicely and they have a line. The orange arrows are still there but I can switch them off so they are not visible anymore. Tho problem is solved. BTW, I'm NOT able to (re)write code, all changes have to be made with the tchart editor.

Rob

PS see the next topic I'm sending in here for a detail of the graph.

Post Reply