<?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: Scaling Labels by Population in Pro in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/scaling-labels-by-population-in-pro/m-p/1108999#M46911</link>
    <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/95280"&gt;@JayantaPoddar&lt;/a&gt;has what is essentially the only workaround at the moment. Your situation of wanting to change the label's font size is easily accomplished there, but labels do not currently support property connections for any label properties besides what can be done in the "&amp;lt;FNT&amp;gt;" tag.&lt;/P&gt;&lt;P&gt;If you think it would be helpful to simply peg a label property to an attribute or expression, I'd appreciate a vote in favor of &lt;A href="https://community.esri.com/t5/arcgis-pro-ideas/property-connections-for-label-classes/idi-p/1033707" target="_blank" rel="noopener"&gt;my suggestion to implement this&lt;/A&gt;.&lt;/P&gt;</description>
    <pubDate>Tue, 19 Oct 2021 20:34:07 GMT</pubDate>
    <dc:creator>jcarlson</dc:creator>
    <dc:date>2021-10-19T20:34:07Z</dc:date>
    <item>
      <title>Scaling Labels by Population in Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/scaling-labels-by-population-in-pro/m-p/1108966#M46906</link>
      <description>&lt;P&gt;I am creating a map and I am having difficulty scaling the labels based on population data. The population data is contained within the same shapefile as the names of the municipalities. Is this something that is possible to do using Arcade. Python, or any of the other languages or not something that is possible to do?&lt;/P&gt;</description>
      <pubDate>Tue, 19 Oct 2021 18:33:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/scaling-labels-by-population-in-pro/m-p/1108966#M46906</guid>
      <dc:creator>NicholasLeusner</dc:creator>
      <dc:date>2021-10-19T18:33:38Z</dc:date>
    </item>
    <item>
      <title>Re: Scaling Labels by Population in Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/scaling-labels-by-population-in-pro/m-p/1108995#M46909</link>
      <description>&lt;P&gt;Here is an option in VBScript (also works in ArcGIS Pro &amp;gt; Layer Labeling Properties)&lt;/P&gt;&lt;P&gt;&lt;A href="https://support.esri.com/en/technical-article/000011537" target="_blank" rel="noopener"&gt;How To: Include table fields in a VBScript label expression and use those values as dynamic font properties (esri.com)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Unlike the example in the above link, I didn't create new fields for the purpose, but did the calculation in the expression itself.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JayantaPoddar_0-1634673121891.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/25563iD0B5D9964BF90399/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JayantaPoddar_0-1634673121891.png" alt="JayantaPoddar_0-1634673121891.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the above example, 100000 is the factor divided by which my value field would result in values ranging from 6 to 18 (approx.). You could choose the factor that gives you the desired range of proportionate values.&lt;/P&gt;&lt;P&gt;Before Custom Expression&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JayantaPoddar_2-1634673541754.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/25567i3146F7C6EB77BBA5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JayantaPoddar_2-1634673541754.png" alt="JayantaPoddar_2-1634673541754.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After custom expression&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JayantaPoddar_1-1634673437778.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/25566iDEEE6048557B787C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JayantaPoddar_1-1634673437778.png" alt="JayantaPoddar_1-1634673437778.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Oct 2021 20:08:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/scaling-labels-by-population-in-pro/m-p/1108995#M46909</guid>
      <dc:creator>JayantaPoddar</dc:creator>
      <dc:date>2021-10-19T20:08:09Z</dc:date>
    </item>
    <item>
      <title>Re: Scaling Labels by Population in Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/scaling-labels-by-population-in-pro/m-p/1108999#M46911</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/95280"&gt;@JayantaPoddar&lt;/a&gt;has what is essentially the only workaround at the moment. Your situation of wanting to change the label's font size is easily accomplished there, but labels do not currently support property connections for any label properties besides what can be done in the "&amp;lt;FNT&amp;gt;" tag.&lt;/P&gt;&lt;P&gt;If you think it would be helpful to simply peg a label property to an attribute or expression, I'd appreciate a vote in favor of &lt;A href="https://community.esri.com/t5/arcgis-pro-ideas/property-connections-for-label-classes/idi-p/1033707" target="_blank" rel="noopener"&gt;my suggestion to implement this&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Oct 2021 20:34:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/scaling-labels-by-population-in-pro/m-p/1108999#M46911</guid>
      <dc:creator>jcarlson</dc:creator>
      <dc:date>2021-10-19T20:34:07Z</dc:date>
    </item>
    <item>
      <title>Re: Scaling Labels by Population in Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/scaling-labels-by-population-in-pro/m-p/1109093#M46916</link>
      <description>&lt;P&gt;This is exactly what I’ve been looking for, thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 20 Oct 2021 05:49:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/scaling-labels-by-population-in-pro/m-p/1109093#M46916</guid>
      <dc:creator>NicholasLeusner</dc:creator>
      <dc:date>2021-10-20T05:49:54Z</dc:date>
    </item>
  </channel>
</rss>

