I would like to make a SharpDX.RectangleF Global so that it is available to other charts with the same instrument.
I know I can use Draw.Rectangle but all my code has been developed with OnRender() and I am using SharpDX.
Is there a way around this so that I can apply my rectangles to multiple charts ?
Thank you !

Comment