Hey
im using the 'AfterDraw' event to manually draw a grid on the chart (with the Graphic3D instance of the chart).
at the same time im adding some Annotations in the grid.
my problem is that the grid lines is draw on top of the annotation, you can see it in the file i have attached:
how can i fix that?
my app is in WPF but im using the Steema.TeeChart.TChart (the winForms version) inside WindowsFormsHost.
drawing layers
Re: drawing layers
Hello,
You can use the alternative events in the paint cycle to (z) position your plot:
this order:
Marc Meumann
You can use the alternative events in the paint cycle to (z) position your plot:
this order:
- BeforeDrawAxes
- BeforeDrawSeries
- AfterDraw
Marc Meumann
Steema Support