Hello! I'm using ArcGis .NET SDK 200.02 version.
I'm currently displaying static data using GraphicsOverlayCollection at runtime. I also have dynamic data being displayed using DynamicEntityLayer, through a stream service.
Can I arrange the layers such that the DynamicEntityLayer is on top of GraphicsOverlayCollection? I tried setting the Z-index on the graphics objects in the GraphicsOverlayCollection, but it still displays on top. I also tried adding the operational layers after adding graphics layers, and again, GraphicsOverlayCollection displays on top.
Thank you!