<?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: Pro 3.2 Horizontal Legend Reversed in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/pro-3-2-horizontal-legend-reversed/m-p/1357142#M75958</link>
    <description>&lt;P&gt;If switching the order of the ramp doesn't sort the data, then it could be your data type..&lt;/P&gt;&lt;P&gt;Any chance the field is a text field (eg left justified in the table) ?&lt;/P&gt;&lt;LI-CODE lang="python"&gt;z = ['$1300', '$170']

sorted(z)
['$1300', '$170']&lt;/LI-CODE&gt;&lt;P&gt;because if it is text, it is sorted.&amp;nbsp; You would have to add a new field and convert your existing field (strip the $ if necessary) to integer (as in the example)&lt;/P&gt;&lt;LI-CODE lang="python"&gt;z0 = [int(i[1:]) for i in z]
sorted(z0)
[170, 1300]&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 05 Dec 2023 22:08:44 GMT</pubDate>
    <dc:creator>DanPatterson</dc:creator>
    <dc:date>2023-12-05T22:08:44Z</dc:date>
    <item>
      <title>Pro 3.2 Horizontal Legend Reversed</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/pro-3-2-horizontal-legend-reversed/m-p/1357134#M75956</link>
      <description>&lt;P&gt;I have a dataset using unclassed colors symbology. In the legend I selected type horizontal. This option results in the higher value on the left and the lower value on the right. I would expect the lower value on the left as that is how other types of symbology (ex: proportional symbols) appear when using type horizontal.&lt;/P&gt;&lt;P&gt;Current behavior:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ArielLow2146_0-1701813260960.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/88112i2750284292BA9538/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ArielLow2146_0-1701813260960.png" alt="ArielLow2146_0-1701813260960.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Is there a way to have the lower value on the left?&lt;/P&gt;</description>
      <pubDate>Tue, 05 Dec 2023 21:56:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/pro-3-2-horizontal-legend-reversed/m-p/1357134#M75956</guid>
      <dc:creator>ArielLow2146</dc:creator>
      <dc:date>2023-12-05T21:56:03Z</dc:date>
    </item>
    <item>
      <title>Re: Pro 3.2 Horizontal Legend Reversed</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/pro-3-2-horizontal-legend-reversed/m-p/1357142#M75958</link>
      <description>&lt;P&gt;If switching the order of the ramp doesn't sort the data, then it could be your data type..&lt;/P&gt;&lt;P&gt;Any chance the field is a text field (eg left justified in the table) ?&lt;/P&gt;&lt;LI-CODE lang="python"&gt;z = ['$1300', '$170']

sorted(z)
['$1300', '$170']&lt;/LI-CODE&gt;&lt;P&gt;because if it is text, it is sorted.&amp;nbsp; You would have to add a new field and convert your existing field (strip the $ if necessary) to integer (as in the example)&lt;/P&gt;&lt;LI-CODE lang="python"&gt;z0 = [int(i[1:]) for i in z]
sorted(z0)
[170, 1300]&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Dec 2023 22:08:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/pro-3-2-horizontal-legend-reversed/m-p/1357142#M75958</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2023-12-05T22:08:44Z</dc:date>
    </item>
    <item>
      <title>Re: Pro 3.2 Horizontal Legend Reversed</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/pro-3-2-horizontal-legend-reversed/m-p/1357163#M75963</link>
      <description>&lt;P&gt;In the Symbology Pane for Unclassed Colors, just switch your Upper Label and Lower Label values.&amp;nbsp; For example, your Lower Label value would be 170 and your upper label would be 1300. The Horizontal Legend will recognize this and do what you expect.&amp;nbsp; I tested this workflow in ArcGIS Pro 3.2 and it works.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Dec 2023 22:37:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/pro-3-2-horizontal-legend-reversed/m-p/1357163#M75963</guid>
      <dc:creator>Robert_LeClair</dc:creator>
      <dc:date>2023-12-05T22:37:09Z</dc:date>
    </item>
    <item>
      <title>Re: Pro 3.2 Horizontal Legend Reversed</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/pro-3-2-horizontal-legend-reversed/m-p/1357176#M75967</link>
      <description>&lt;P&gt;Thank you both! In the symbology pane I reversed the values and reversed the color scheme which did the trick.&lt;/P&gt;&lt;P&gt;I'm now questioning why the Pro default is to have the higher value on the bottom and why I've never noticed that before but that is a separate line of questioning I won't go down.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Dec 2023 23:11:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/pro-3-2-horizontal-legend-reversed/m-p/1357176#M75967</guid>
      <dc:creator>ArielLow2146</dc:creator>
      <dc:date>2023-12-05T23:11:18Z</dc:date>
    </item>
  </channel>
</rss>

