Quantities by category symbology

623
3
07-09-2013 02:12 PM
GlenStichbury
New Contributor
Hi all

I'm new to web map development. I've been hunting around for an example of or even to find if it is possible to symbolize points by multiple attributes e.g. quantity by category.

Can anyone please tell me if it is possible and if they have an example app/code?

Thanks,

Glen
Tags (2)
0 Kudos
3 Replies
RobertScheitlin__GISP
MVP Emeritus
Glen,

   If you are talking about clientside rendering then you need to look at the API doc for UniqueValueRender and on that page is a sample. The sample does not demonstrate using multiple fields but this is possible using the UniqueValueRenderer.


*Edit* Are you talking about a graduated render like in ArcMap?
0 Kudos
GlenStichbury
New Contributor
Hi Robert

Thanks for the quick reply.

Yes graduated size/colours is what I'm after. I have hundreds of points with numerical data that we would like users to choose a field to base the size of the points and another to change the colour. I see now from you're suggested link that if I pre-classify the breaks I could probably use the unique values renderer, but really it would be nice to use at least graduated colours.

Glen
0 Kudos
RobertScheitlin__GISP
MVP Emeritus
Glen,

   There is also a ClassBreaksRenderer in the API Doc.
0 Kudos