Is there a way to make annotations like XYLineAnnotation and XYShapeAnnotation show up behind the actual data series instead of in front of it? I'm using a Scatter Plot by the way.
Thanks!
Chuck
Annotations and Z-Order
-
- Posts: 1634
- Joined: Sat Feb 17, 2007 1:51 pm
Re: Annotations and Z-Order
You can add an XYAnnotation to an XYPlot and to a renderer. The XYItemRenderer interface declares the necessary methods. If you add an XYAnnotation to a renderer, you can specify a layer. For your case, Layer.BACKGROUND would be appropriate.