Anyone Know How to PIE Symbols Using Javascript?

615
2
10-29-2012 12:07 PM
troyturcott
New Contributor II
I've read just a little regarding symbology based on dojox.gfx API and esri.namespace methods. Has anyone attempted creating a pie symbol?
0 Kudos
2 Replies
SunilPalkar
Occasional Contributor
Hello

Please check following example Link

I hope it will helpful for you..

Thanks..
0 Kudos
troyturcott
New Contributor II
Thanks Sunil - I'm aware of the InfoWindow, but that's not what I want.

I know that I can publish a service using ArcGIS Desktop's that renders point features with pie symbols and scales the size based on the sum of the constituents, but I want pie symbol that I have full control over calculating the radius.

Based on what I've read, i'ts going to require creating a custom symbol using the dojox.gfx API and esri.namespace methods.
Has anyone tried doing any custom symbols using this approach?