I would like to create an indicator that will be placed under the chart (in a different panel) and will looks like a table with a two or three rows (like html table with colspan)
What is the best method to use ? should i use Draw.Rectangle within OnBarUpdate or RenderTarget within OnRender event ?
What are the differences between this two options ?
Thanks

Comment