Hi,
I'm drwing a chart which evoluate with time, so I would like switch the axis values (from the right to the left)
I use addaxis() but my chart slow.
Have you any solution ?
(I'm sorry for my english, I'm french. If you need more details, post an aswner :))
Thanks

addAxis() is the only way to
addAxis() is the only way to modify the axis at the moment. Be careful and call it only when needed because it forces re-rendering of the whole chart.