<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Creating ClassBreaks for rendering graphics (polygons) in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/creating-classbreaks-for-rendering-graphics/m-p/337888#M8671</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Did you look at this sample : &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#Thematic_Interactive"&gt;http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#Thematic_Interactive&lt;/A&gt;&lt;SPAN&gt; ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Seems close to what you need.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Apr 2011 07:09:41 GMT</pubDate>
    <dc:creator>DominiqueBroux</dc:creator>
    <dc:date>2011-04-06T07:09:41Z</dc:date>
    <item>
      <title>Creating ClassBreaks for rendering graphics (polygons)</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/creating-classbreaks-for-rendering-graphics/m-p/337887#M8670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Given a set of values, how would one go about generating the appropriate classes to use in the ClassBreaksRenderer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Details:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I first query a data source via a web service.&amp;nbsp; Using the results of the query I need to build a ClassBreaksRenderer and apply it to a dynamic layer with a where clause to restrict the polygons.&amp;nbsp; The same where clause was used to get the data in the first place.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Example:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;
Polygon&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Population
----------------------------
CSD1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 125,121
CSD2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 49,125
CSD3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 495,824
CSD4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 120,458
CSD5&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 325,958
&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ideally I would like ranges that would include all the data, with equal sized ranges.&amp;nbsp; In the real app, there may be hundreds of values.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Could this be done client-side?&amp;nbsp; And if so, how would one construct the ranges.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help would be appreciated.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Apr 2011 16:30:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/creating-classbreaks-for-rendering-graphics/m-p/337887#M8670</guid>
      <dc:creator>VincenzoPiscitelli</dc:creator>
      <dc:date>2011-04-05T16:30:24Z</dc:date>
    </item>
    <item>
      <title>Re: Creating ClassBreaks for rendering graphics (polygons)</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/creating-classbreaks-for-rendering-graphics/m-p/337888#M8671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Did you look at this sample : &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#Thematic_Interactive"&gt;http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#Thematic_Interactive&lt;/A&gt;&lt;SPAN&gt; ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Seems close to what you need.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Apr 2011 07:09:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/creating-classbreaks-for-rendering-graphics/m-p/337888#M8671</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2011-04-06T07:09:41Z</dc:date>
    </item>
    <item>
      <title>Re: Creating ClassBreaks for rendering graphics (polygons)</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/creating-classbreaks-for-rendering-graphics/m-p/337889#M8672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Did you look at this sample : &lt;A href="http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#Thematic_Interactive"&gt;http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#Thematic_Interactive&lt;/A&gt; ?&lt;BR /&gt; &lt;BR /&gt;Seems close to what you need.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't know how I missed that sample.&amp;nbsp; I could have sworn that I examined each one.&amp;nbsp; Thanks for the info.&amp;nbsp; It is close to what I want and I can definitely expand on that sample.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Apr 2011 11:08:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/creating-classbreaks-for-rendering-graphics/m-p/337889#M8672</guid>
      <dc:creator>VincenzoPiscitelli</dc:creator>
      <dc:date>2011-04-06T11:08:32Z</dc:date>
    </item>
  </channel>
</rss>

