This question is locked. New answers and comments are not allowed.
I have a page which refresh data every second and this page has also one chart on it. All works fine except that the chart draws the line every reload. Is there a property on chart like "draw = false" which would cancel the draw effects and just shows the data?
edit: nevermind, quick google and the answer was found: .Transitions(false)
edit: nevermind, quick google and the answer was found: .Transitions(false)