When I use an AxisBand (lets say 50% transparent) with DrawBehind = False, It covers pretty much everything.
I want it to cover the Panel and the series, but I would like to display an Annotation that is not covered by the AxisBand.
Is that possible without implementing the Band/Annotation drawing myself?
A wish: Some kind of layering level property on all object in the chart, to make it possible to determine what objects are painted in front of or behind each other.
I realize that that isn't "very" simple to do (

To summarize:
1. Is it possible to use an AxisBand (drawbehind = false) and display an Annotation over that?
2. Wish to be able to control drawing order.
/ Fredrik