Hello, I have a graphics layer drawn on the map with several other layers. I want to set a different color for the symbol based on a condition. So, I have used symbol.SetColor method which does not work. var layer = map.getLayer('layerid'); layer.graphics[0].symbol.setColor(new dojo.Color("red"));Any suggestions?-Santhosh