I have added a graphics layer -
<esri:GraphicsLayer ID="NoResultsGraphicsLayer" Visible="False" >
<esri:GraphicsLayer.Graphics>
<esri:Graphic Symbol="ESRI SYMBOL - HAZARDOUS MAterials " >
<esri:MapPoint X="-8560100.001" Y="4734427.700" />
</esri:Graphic>
</esri:GraphicsLayer.Graphics>
</esri:GraphicsLayer>
Now i want to use the symbols that we have in Arcmap - like under CharacterMarkerSymbols we have "ESRI Hazardous Material", "ESRI Conservation. Now I want to use one of those symbols and for this graphics layer... how can i do that..
Also I want to be able to change the color of those symbols..
Pl help
thanks a lot