Is there a way to set the appearance order Annotations are rendered relative to Series. I am making charts with a ScatterSeries that overlays a number of RangeSeries. The RangeSeries are color gradients that represent a topography of standard deviations for the ScatterSeries. I use the CollectionIndex to get the appearance order for these Series right. Additional, I have a variety of annotations I want to appear above the range series but below the ScatterSeries. The default order puts them bellow all the Series. Anyone have some ideas as to how I could address this?