Select to view content in your preferred language

Changing the display order of graphics

2126
3
Jump to solution
03-18-2013 09:27 AM
ab1
by
Deactivated User
Hi,
I'd like to know if there is any method that allows changing the display order of graphics in a graphics layer, besides changing graphicsProvider.

Regards.
Tags (2)
0 Kudos
1 Solution

Accepted Solutions
ab1
by
Deactivated User
The answer seems to be in GraphicsLayer class:
autoMoveGraphicsToTop property
moveToTop(g:Graphic) method

View solution in original post

0 Kudos
3 Replies
AnthonyGiles
Honored Contributor
Older versions of the API used to have an automovetotop function that could be used to automatically move the graphic to the top of the stack on mouse over, but this seems to have been depreciated in 3.1:

http://resources.esri.com/help/9.3/arcgisserver/apis/flex/apiref/com/esri/ags/Graphic.html#autoMoveT...

Regards

Anthony
0 Kudos
ab1
by
Deactivated User
The answer seems to be in GraphicsLayer class:
autoMoveGraphicsToTop property
moveToTop(g:Graphic) method
0 Kudos
BezayeTesfaye
Deactivated User
Hello all,

I am also trying to display the order of the graphic on the layer I am using. Any solution for Changing the display order of graphics? anyone who come across the problem and solved?

thanks in advance
0 Kudos