Sometimes I see "base.OnBarUpdate()" called and sometimes not. Is it required? Always first thing within the function? What circumstances do you want to or not call it? I want to make sure that I'm not causing a performance hit, by it being called twice (once behind the scenes and once by my explicit call).
It seems that base.OnRender() is necessary for things like the Plots to function properly, which would imply that calling base.OnBarUpdate() would be necessary in some situations too.
(obviously, I'm referring to calling them within their appropriate OnBarUpdate() or OnRender() locations)
Thank you and stay safe!

Comment