Page 1 of 1

change position at bar

Posted: Mon Feb 03, 2014 8:51 pm
by 15354003
How does the position change at the bar?
I would like to make displace to right (or left).
Dmitry

Re: change position at bar

Posted: Tue Feb 04, 2014 6:44 pm
by 15354003
And How tp solve problem with the overlap mark?

Re: change position at bar

Posted: Fri Feb 07, 2014 11:05 am
by narcis
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.