I've got an indicator that shades the overnight session in a dim grey to make it clear. I use SharpDX FillRectangle to draw the shading.
I'm finding that draw objects that are within a SharpDX shaded rectangle are very difficult to click on. Sometimes it takes two or three clicks before the draw object is selected - and it requires a lot more precision when to select a drawing object when it is within a SharpDX rectangle.
I've attached a small spike to show what I mean. The attached indicator shades the entire background of the chart using a SharpDX rectangle. If you add this indicator then draw several lines. and try to select/deselect them repeatedly you will see what I mean.
Is there any way to current this behaviour?
Thanks

Comment