<?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 Is it possible to put grid coordinates on two different rows in Arcgis pro layout? in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/is-it-possible-to-put-grid-coordinates-on-two/m-p/1312444#M71482</link>
    <description>&lt;P class=""&gt;I'm new to ArcGIS Pro and I am a bit confused on how to add a customised coordinate grid in layout.&lt;/P&gt;&lt;P class=""&gt;I can add a default grid, but I cant find any way to customise it.&lt;/P&gt;&lt;P class=""&gt;I want to create a grid like this. Is it possible?&lt;/P&gt;&lt;P class=""&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="meezg6zjbgeb1.jpg" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/76498iA34CA7B7028F5713/image-size/medium?v=v2&amp;amp;px=400" role="button" title="meezg6zjbgeb1.jpg" alt="meezg6zjbgeb1.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 27 Jul 2023 08:27:34 GMT</pubDate>
    <dc:creator>JamesSydney</dc:creator>
    <dc:date>2023-07-27T08:27:34Z</dc:date>
    <item>
      <title>Is it possible to put grid coordinates on two different rows in Arcgis pro layout?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/is-it-possible-to-put-grid-coordinates-on-two/m-p/1312444#M71482</link>
      <description>&lt;P class=""&gt;I'm new to ArcGIS Pro and I am a bit confused on how to add a customised coordinate grid in layout.&lt;/P&gt;&lt;P class=""&gt;I can add a default grid, but I cant find any way to customise it.&lt;/P&gt;&lt;P class=""&gt;I want to create a grid like this. Is it possible?&lt;/P&gt;&lt;P class=""&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="meezg6zjbgeb1.jpg" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/76498iA34CA7B7028F5713/image-size/medium?v=v2&amp;amp;px=400" role="button" title="meezg6zjbgeb1.jpg" alt="meezg6zjbgeb1.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jul 2023 08:27:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/is-it-possible-to-put-grid-coordinates-on-two/m-p/1312444#M71482</guid>
      <dc:creator>JamesSydney</dc:creator>
      <dc:date>2023-07-27T08:27:34Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to put grid coordinates on two different rows in Arcgis pro layout?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/is-it-possible-to-put-grid-coordinates-on-two/m-p/1313872#M71578</link>
      <description>&lt;P&gt;Hi JamesSydney,&lt;/P&gt;&lt;P&gt;It looks like you want to customize the grid labels.&amp;nbsp; You can do this by using formatting tags.&amp;nbsp; In the example below, I added the default "Black Vertical Label Grid" from the Measured Grid section of the Grid gallery to my map frame. I customized the label by splitting the label value using the &amp;lt;placeValue&amp;gt; tag and then incorporating the formatting tag &amp;lt;UND&amp;gt; to place the first part of the label at the top with an underline.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JuliaOlson_0-1690840973982.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/76898i0C4CE3BDA48239AF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JuliaOlson_0-1690840973982.png" alt="JuliaOlson_0-1690840973982.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Here is the label format as it appears in my grid element pane:&lt;/P&gt;&lt;P&gt;&amp;lt;UND&amp;gt;&amp;lt;dyn type="grid" placeValue="10000" digits="4" showDirections = "false"/&amp;gt;&amp;lt;/UND&amp;gt;&lt;BR /&gt;&amp;lt;dyn type="grid" placeValue="10000.right"/&amp;gt;&lt;/P&gt;&lt;P&gt;Hopefully this will get you a bit closer to what you're looking for with your grid labels! For more information about grid label customization, I'd recommend checking out the grid label documentation (&lt;A href="https://pro.arcgis.com/en/pro-app/3.0/help/layouts/grid-label-tags.htm" target="_blank"&gt;Work with grid label tags—ArcGIS Pro | Documentation&lt;/A&gt;) and playing around with your grid.&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;P&gt;Julia&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jul 2023 22:09:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/is-it-possible-to-put-grid-coordinates-on-two/m-p/1313872#M71578</guid>
      <dc:creator>JuliaOlson</dc:creator>
      <dc:date>2023-07-31T22:09:18Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to put grid coordinates on two different rows in Arcgis pro layout?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/is-it-possible-to-put-grid-coordinates-on-two/m-p/1313951#M71584</link>
      <description>&lt;P&gt;Thank you very much! This is a perfect explanation!&lt;/P&gt;</description>
      <pubDate>Tue, 01 Aug 2023 08:36:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/is-it-possible-to-put-grid-coordinates-on-two/m-p/1313951#M71584</guid>
      <dc:creator>JamesSydney</dc:creator>
      <dc:date>2023-08-01T08:36:14Z</dc:date>
    </item>
  </channel>
</rss>

