<?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: Colorramp in arcgis wpf ??? in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/colorramp-in-arcgis-wpf/m-p/190432#M4711</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Do you mean interpolate color of graphic symbols in your map?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If yes you can refer to these samples:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#TemporalRendererPoints"&gt;http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#TemporalRendererPoints&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#TemporalRendererTracks"&gt;http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#TemporalRendererTracks&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Note TemporalRenderer.SymbolAger in above samples use RampInterpolator by Opacity, this can also been done by Color. &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/apiref/ESRI.ArcGIS.Client~ESRI.ArcGIS.Client.RampInterpolator.html"&gt;http://help.arcgis.com/en/webapi/silverlight/apiref/ESRI.ArcGIS.Client~ESRI.ArcGIS.Client.RampInterpolator.html&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 Feb 2011 17:36:01 GMT</pubDate>
    <dc:creator>JenniferNery</dc:creator>
    <dc:date>2011-02-18T17:36:01Z</dc:date>
    <item>
      <title>Colorramp in arcgis wpf ???</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/colorramp-in-arcgis-wpf/m-p/190431#M4710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have a properties dialog that let user select a theme color and based on the theme that I generate colors which will be applied to different regions of a map.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Before, we use arcgis 9.3 api, there are ESRI.ArcGIS.Display.IEnumColors class that can generate colors for us.&amp;nbsp; Now, we are using arcgis wpf apis only, is there a similar class that achieve the same work?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Code example of what we did:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;IColorRamp colorRamp = ColorRampInstance;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;colorRamp.Size = 5&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;bool ok = true;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;colorRamp.CreateRamp(out ok);&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;IEnumColors enumRamp = colorRamp.Colors;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;IColor nextUniqueColor = enumRamp.Next();&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How can we achieve the same thing using arcgis wpf apis?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Feb 2011 16:39:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/colorramp-in-arcgis-wpf/m-p/190431#M4710</guid>
      <dc:creator>ThaoNguyen</dc:creator>
      <dc:date>2011-02-18T16:39:17Z</dc:date>
    </item>
    <item>
      <title>Re: Colorramp in arcgis wpf ???</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/colorramp-in-arcgis-wpf/m-p/190432#M4711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Do you mean interpolate color of graphic symbols in your map?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If yes you can refer to these samples:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#TemporalRendererPoints"&gt;http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#TemporalRendererPoints&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#TemporalRendererTracks"&gt;http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#TemporalRendererTracks&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Note TemporalRenderer.SymbolAger in above samples use RampInterpolator by Opacity, this can also been done by Color. &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/apiref/ESRI.ArcGIS.Client~ESRI.ArcGIS.Client.RampInterpolator.html"&gt;http://help.arcgis.com/en/webapi/silverlight/apiref/ESRI.ArcGIS.Client~ESRI.ArcGIS.Client.RampInterpolator.html&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Feb 2011 17:36:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/colorramp-in-arcgis-wpf/m-p/190432#M4711</guid>
      <dc:creator>JenniferNery</dc:creator>
      <dc:date>2011-02-18T17:36:01Z</dc:date>
    </item>
    <item>
      <title>Re: Colorramp in arcgis wpf ???</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/colorramp-in-arcgis-wpf/m-p/190433#M4712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Do you mean interpolate color of graphic symbols in your map?&lt;BR /&gt;&lt;BR /&gt;If yes you can refer to these samples:&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#TemporalRendererPoints"&gt;http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#TemporalRendererPoints&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#TemporalRendererTracks"&gt;http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#TemporalRendererTracks&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Note TemporalRenderer.SymbolAger in above samples use RampInterpolator by Opacity, this can also been done by Color. &lt;A href="http://help.arcgis.com/en/webapi/silverlight/apiref/ESRI.ArcGIS.Client~ESRI.ArcGIS.Client.RampInterpolator.html"&gt;http://help.arcgis.com/en/webapi/silverlight/apiref/ESRI.ArcGIS.Client~ESRI.ArcGIS.Client.RampInterpolator.html&lt;/A&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the quick response.&amp;nbsp; I think it is color interpolate but samples you gave are not quite what I'm looking for.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Each of my theme has 3 basic colors.&amp;nbsp; I pass these colors to IColorRamp.&amp;nbsp; If my map has 10 regions, I want to have 10 colors generated based on my theme applied to the regions.&amp;nbsp; IColorRamp does this for me, it will generate the colors for me.&amp;nbsp; Then, I apply these colors to my map (I know how to do this part).&amp;nbsp; I wonder if arcgis wpf provides me some color "generator" like IColorRamp or not.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Feb 2011 17:47:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/colorramp-in-arcgis-wpf/m-p/190433#M4712</guid>
      <dc:creator>ThaoNguyen</dc:creator>
      <dc:date>2011-02-18T17:47:57Z</dc:date>
    </item>
    <item>
      <title>Re: Colorramp in arcgis wpf ???</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/colorramp-in-arcgis-wpf/m-p/190434#M4713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Attached is a map with different colors applied to different regions.&amp;nbsp; These colors are generated by IColorRamp based on the theme colors I pass in.&amp;nbsp; Hope this helps.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Feb 2011 17:54:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/colorramp-in-arcgis-wpf/m-p/190434#M4713</guid>
      <dc:creator>ThaoNguyen</dc:creator>
      <dc:date>2011-02-18T17:54:12Z</dc:date>
    </item>
    <item>
      <title>Re: Colorramp in arcgis wpf ???</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/colorramp-in-arcgis-wpf/m-p/190435#M4714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ah I see. You can refer to this SDK 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;BR /&gt;&lt;SPAN&gt;This other sample use ClassBreaksRenderer: &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#FeatureLayerRendering"&gt;http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#FeatureLayerRendering&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Feb 2011 18:30:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/colorramp-in-arcgis-wpf/m-p/190435#M4714</guid>
      <dc:creator>JenniferNery</dc:creator>
      <dc:date>2011-02-18T18:30:44Z</dc:date>
    </item>
    <item>
      <title>Re: Colorramp in arcgis wpf ???</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/colorramp-in-arcgis-wpf/m-p/190436#M4715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Ah I see. You can refer to this SDK 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;This other sample use ClassBreaksRenderer: &lt;A href="http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#FeatureLayerRendering"&gt;http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#FeatureLayerRendering&lt;/A&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The first example is not quite what I'm looking for either because it uses only 1 basic color while I have 3.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I just want to know if arcgis wpf provides a quick way like arcgis desktop api does.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your effort!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Feb 2011 18:56:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/colorramp-in-arcgis-wpf/m-p/190436#M4715</guid>
      <dc:creator>ThaoNguyen</dc:creator>
      <dc:date>2011-02-18T18:56:05Z</dc:date>
    </item>
  </channel>
</rss>

