<?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: draw labels on featurelayer in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/draw-labels-on-featurelayer/m-p/562896#M14504</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can create a symbol template to show the label based on the attribute value, there is a related thread at &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/threads/22169-Custom-Marker-Symbol-with-Labels"&gt;http://forums.arcgis.com/threads/22169-Custom-Marker-Symbol-with-Labels&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 26 Feb 2012 19:00:48 GMT</pubDate>
    <dc:creator>DaveTimmins</dc:creator>
    <dc:date>2012-02-26T19:00:48Z</dc:date>
    <item>
      <title>draw labels on featurelayer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/draw-labels-on-featurelayer/m-p/562894#M14502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hey,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I can't seem to get the polygon labels to draw on my featureservice.&amp;nbsp; The service draws, but the labels do not.&amp;nbsp; Is is possible to render labels with a feature service?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks, Chris&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Feb 2012 20:38:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/draw-labels-on-featurelayer/m-p/562894#M14502</guid>
      <dc:creator>ChrisBradberry</dc:creator>
      <dc:date>2012-02-24T20:38:28Z</dc:date>
    </item>
    <item>
      <title>Re: draw labels on featurelayer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/draw-labels-on-featurelayer/m-p/562895#M14503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;BR /&gt;&lt;BR /&gt;Is is possible to render labels with a feature service?&lt;BR /&gt;&lt;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It is not.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To get labels for the layer in the FeatureService, we did following.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Called &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/apiref/ESRI.ArcGIS.Client~ESRI.ArcGIS.Client.Tasks.GeometryService~LabelPointsAsync.html"&gt;http://help.arcgis.com/en/webapi/silverlight/apiref/ESRI.ArcGIS.Client~ESRI.ArcGIS.Client.Tasks.GeometryService~LabelPointsAsync.html&lt;/A&gt;&lt;SPAN&gt; method to get label location whenever extent is changed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. At these points, we drew text graphics.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Its costly operation, but it works.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;hope this helps.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Feb 2012 04:35:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/draw-labels-on-featurelayer/m-p/562895#M14503</guid>
      <dc:creator>SanajyJadhav</dc:creator>
      <dc:date>2012-02-25T04:35:01Z</dc:date>
    </item>
    <item>
      <title>Re: draw labels on featurelayer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/draw-labels-on-featurelayer/m-p/562896#M14504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can create a symbol template to show the label based on the attribute value, there is a related thread at &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/threads/22169-Custom-Marker-Symbol-with-Labels"&gt;http://forums.arcgis.com/threads/22169-Custom-Marker-Symbol-with-Labels&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Feb 2012 19:00:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/draw-labels-on-featurelayer/m-p/562896#M14504</guid>
      <dc:creator>DaveTimmins</dc:creator>
      <dc:date>2012-02-26T19:00:48Z</dc:date>
    </item>
    <item>
      <title>Re: draw labels on featurelayer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/draw-labels-on-featurelayer/m-p/562897#M14505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can also look at this &lt;/SPAN&gt;&lt;A href="http://www.arcgis.com/home/item.html?id=5484ec6dd7804d9993a80bf7ab1a1c47"&gt;sample &lt;/A&gt;&lt;SPAN&gt;which is a tentative to add labels on the fly to symbols provided by the service.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Feb 2012 06:44:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/draw-labels-on-featurelayer/m-p/562897#M14505</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2012-02-27T06:44:00Z</dc:date>
    </item>
  </channel>
</rss>

