Posted 19 September 2022, 12:32 pm EST
Hi.
Does flexchart.beginUpdate() and flexchart.endUpdate() has the same effect as refresh? Put it simply, do I need to call to refresh after begin/end update section or endupdate() will do this for me?
Also, am I right that begin/end update section turns off rendering of control in it’s section, it is like transactional scope when I made some complex change to UI and then draw them at once. Is it correct understanding?
Thanks in advance.