Select to view content in your preferred language

How to customise WeightedCluster single symbols by overriding esri_internal methods

1881
1
07-12-2012 02:50 AM
muhammadshoaib
Emerging Contributor
hi

i am beginner in flex development and esri api for flex. i really want a way out to customize feature layer default symbols with some custom ones depending upon the feature layer attributes.

i have searched alot and found one solution of overring esri_internal methods, definitely i has one oblivious drawback that it may change in future, but i have no other option.
Tags (2)
0 Kudos
1 Reply
DasaPaddock
Esri Regular Contributor
You can do this by setting the renderer property. You can use one of the existing renderers or write your own.

See:
http://resources.arcgis.com/en/help/flex-api/apiref/com/esri/ags/layers/GraphicsLayer.html#renderer
0 Kudos