change position at bar
Posted: 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
I would like to make displace to right (or left).
Dmitry
Steema Software - Customer Support Forums
http://teechart.com/support/
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:How does the position change at the bar?
I would like to make displace to right (or left).
Which exact TeeChart version are you using? Latest versions include OnTop property for SeriesMarks, true by default, that solves that problem, for example:Dmitry wrote:And How tp solve problem with the overlap mark?
Code: Select all
series1.getMarks().setOnTop(true)