change position at bar

TeeChart for Java (NetBeans, Eclipse, Android Studio, etc)
Post Reply
Dmitry
Newbie
Newbie
Posts: 54
Joined: Mon Jul 27, 2009 12:00 am
Contact:

change position at bar

Post by Dmitry » Mon Feb 03, 2014 8:51 pm

How does the position change at the bar?
I would like to make displace to right (or left).
Dmitry

Dmitry
Newbie
Newbie
Posts: 54
Joined: Mon Jul 27, 2009 12:00 am
Contact:

Re: change position at bar

Post by Dmitry » Tue Feb 04, 2014 6:44 pm

And How tp solve problem with the overlap mark?
Attachments
barjpg.jpg
barjpg.jpg (25.44 KiB) Viewed 9062 times

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

Re: change position at bar

Post by Narcís » Fri Feb 07, 2014 11:05 am

Hello Dmitry,

First of all, many apologies for the delayed reply.
Dmitry wrote:How does the position change at the bar?
I would like to make displace to right (or left).
I'm sorry but I don't understand which is your requirement here. Could you please provide more detailed information? An example project or an image would be helpful.
Dmitry wrote:And How tp solve problem with the overlap mark?
Which exact TeeChart version are you using? Latest versions include OnTop property for SeriesMarks, true by default, that solves that problem, for example:

Code: Select all

  series1.getMarks().setOnTop(true)
As you can see at the version info page, this property (feature request TJ71015677) was added in Build 3.0.1.001 from November 2011.

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

Post Reply