<?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: Ability to Manage Overlapping Grid Labels in a Layout? in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/ability-to-manage-overlapping-grid-labels-in-a/m-p/1194385#M57555</link>
    <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is expected. Unlike labeling in the map, there is no labeling "engine" when it comes to grid labels. Each grid draws independently. When you have more than one grid drawing for a map frame you will need to offset one of the grid's labels with a different value than the labels of the other grid to avoid overlap.&lt;/P&gt;&lt;P&gt;The label offset value is set in the Component tab of the grid element pane.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot.PNG" style="width: 402px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/46387i67977E4D8E7151C9/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot.PNG" alt="Screenshot.PNG" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Screenshot.PNG&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Additional information about working with grid components, such as the labels, can be found under the help topic for each grid type.&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/layouts/add-and-modify-graticules.htm" target="_self"&gt;Graticules&lt;/A&gt;,&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/layouts/add-and-modify-grids.htm" target="_self"&gt;Measured Grids&lt;/A&gt;, &lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/layouts/mgrs-grids.htm" target="_self"&gt;MGRS grids&lt;/A&gt;, &lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/layouts/reference-grids.htm" target="_self"&gt;Reference grids&lt;/A&gt; and &lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/layouts/custom-grids.htm" target="_self"&gt;Custom grids&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;Hope this helps,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;</description>
    <pubDate>Thu, 21 Jul 2022 12:31:06 GMT</pubDate>
    <dc:creator>TomBole</dc:creator>
    <dc:date>2022-07-21T12:31:06Z</dc:date>
    <item>
      <title>Ability to Manage Overlapping Grid Labels in a Layout?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/ability-to-manage-overlapping-grid-labels-in-a/m-p/1194016#M57511</link>
      <description>&lt;P&gt;Whether I create grid labels manually or through code (C#), I am unable to manage which labels display when they encounter other overlapping/conflicting labels.&amp;nbsp; The labeling engine for grid entries tends to prioritize the top-most grid.&amp;nbsp; I don't see a place where I can weight or change that priority.&lt;/P&gt;&lt;P&gt;For my situation, I'd prefer to have all labels display regardless of whether they overlap other labels or not.&amp;nbsp; That way I can convert to graphics and manage those individual conflicts instead.&lt;/P&gt;&lt;P&gt;Here's a visual example.&amp;nbsp; The bottom grid entry (GEOGRAPHIC TICKS, LABELS . . . ) has labels that display (see 40' and 35' text in the red boxes) when that grid is the sole grid that is visible (Image A).&amp;nbsp; But when I turn on the second grid (1000M), those labels conflict and subsequently take priority;&amp;nbsp; the bottom-most grid's labels no longer appear (Image B):&lt;/P&gt;&lt;P&gt;Image A:&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="firstGrid.jpg" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/46305i05112176582FE309/image-size/large?v=v2&amp;amp;px=999" role="button" title="firstGrid.jpg" alt="firstGrid.jpg" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;firstGrid.jpg&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Image B:&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="secondGrid.jpg" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/46306i85F1813FDD04455F/image-size/large?v=v2&amp;amp;px=999" role="button" title="secondGrid.jpg" alt="secondGrid.jpg" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;secondGrid.jpg&lt;/span&gt;&lt;/span&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jul 2022 15:52:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/ability-to-manage-overlapping-grid-labels-in-a/m-p/1194016#M57511</guid>
      <dc:creator>TheBobScript</dc:creator>
      <dc:date>2022-07-20T15:52:16Z</dc:date>
    </item>
    <item>
      <title>Re: Ability to Manage Overlapping Grid Labels in a Layout?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/ability-to-manage-overlapping-grid-labels-in-a/m-p/1194385#M57555</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is expected. Unlike labeling in the map, there is no labeling "engine" when it comes to grid labels. Each grid draws independently. When you have more than one grid drawing for a map frame you will need to offset one of the grid's labels with a different value than the labels of the other grid to avoid overlap.&lt;/P&gt;&lt;P&gt;The label offset value is set in the Component tab of the grid element pane.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot.PNG" style="width: 402px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/46387i67977E4D8E7151C9/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot.PNG" alt="Screenshot.PNG" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Screenshot.PNG&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Additional information about working with grid components, such as the labels, can be found under the help topic for each grid type.&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/layouts/add-and-modify-graticules.htm" target="_self"&gt;Graticules&lt;/A&gt;,&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/layouts/add-and-modify-grids.htm" target="_self"&gt;Measured Grids&lt;/A&gt;, &lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/layouts/mgrs-grids.htm" target="_self"&gt;MGRS grids&lt;/A&gt;, &lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/layouts/reference-grids.htm" target="_self"&gt;Reference grids&lt;/A&gt; and &lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/layouts/custom-grids.htm" target="_self"&gt;Custom grids&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;Hope this helps,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jul 2022 12:31:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/ability-to-manage-overlapping-grid-labels-in-a/m-p/1194385#M57555</guid>
      <dc:creator>TomBole</dc:creator>
      <dc:date>2022-07-21T12:31:06Z</dc:date>
    </item>
    <item>
      <title>Re: Ability to Manage Overlapping Grid Labels in a Layout?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/ability-to-manage-overlapping-grid-labels-in-a/m-p/1195375#M57684</link>
      <description>&lt;P&gt;Hi Tom,&lt;/P&gt;&lt;P&gt;Thanks for confirming that this behavior is expected.&amp;nbsp;&lt;/P&gt;&lt;P&gt;When it comes to utilizing the offset, that's something we are using, but we have (externally imposed) layout standards where overlapping labels happen from time to time.&amp;nbsp; It looks like our best solution will be to settle on the extent/scale and then convert the labels to graphics when we have conflicting labels.&lt;/P&gt;&lt;P&gt;Thanks again.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jul 2022 12:39:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/ability-to-manage-overlapping-grid-labels-in-a/m-p/1195375#M57684</guid>
      <dc:creator>TheBobScript</dc:creator>
      <dc:date>2022-07-25T12:39:36Z</dc:date>
    </item>
  </channel>
</rss>

