<?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: Pie chart labels in State &amp; Local Government Questions</title>
    <link>https://community.esri.com/t5/state-local-government-questions/pie-chart-labels/m-p/708324#M4558</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah, that's what I was thinking.&amp;nbsp; Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Jun 2015 17:59:55 GMT</pubDate>
    <dc:creator>ELTerrell</dc:creator>
    <dc:date>2015-06-18T17:59:55Z</dc:date>
    <item>
      <title>Pie chart labels</title>
      <link>https://community.esri.com/t5/state-local-government-questions/pie-chart-labels/m-p/708318#M4552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just created a map with pie charts representing points and their %'s of Dems, Reps, and UNA's.&amp;nbsp; I was wondering if there is an easy way to create labels which are the percent of each site.&amp;nbsp; For example I'd like for a pie chart's label to say 50% D, 25% R, 25% UNA.&amp;nbsp; Any thoughts on how this could be easily done?&amp;nbsp; Other than adding text for each one...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2015 20:34:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/state-local-government-questions/pie-chart-labels/m-p/708318#M4552</guid>
      <dc:creator>ELTerrell</dc:creator>
      <dc:date>2015-06-16T20:34:42Z</dc:date>
    </item>
    <item>
      <title>Re: Pie chart labels</title>
      <link>https://community.esri.com/t5/state-local-government-questions/pie-chart-labels/m-p/708319#M4553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, you could create a label expression for your point feature class. In the label properties for the layer, click on the expression button, leave it in the default vbscript, and enter this in the box:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;[DemField] &amp;amp; &lt;CODE&gt;"% D" &amp;amp; &lt;/CODE&gt;vbCrLf&amp;amp; &lt;CODE&gt;[RepField] &amp;amp; &lt;CODE&gt;"% R" &amp;amp; &lt;/CODE&gt;vbCrLf&amp;amp; &lt;CODE&gt;[UNAField] &amp;amp; &lt;CODE&gt;"% UNA"&lt;/CODE&gt;&lt;/CODE&gt;&lt;/CODE&gt;&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(You will need to change the text in the square brackets to your field names)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2015 20:59:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/state-local-government-questions/pie-chart-labels/m-p/708319#M4553</guid>
      <dc:creator>SepheFox</dc:creator>
      <dc:date>2015-06-16T20:59:50Z</dc:date>
    </item>
    <item>
      <title>Re: Pie chart labels</title>
      <link>https://community.esri.com/t5/state-local-government-questions/pie-chart-labels/m-p/708320#M4554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When I do that, it gives me the whole number of voters at the site as a percent i.e. 415%D, 500%R, 300%UNA.&amp;nbsp; Am I doing something wrong?&amp;nbsp; Would it be simpler to change my spreadsheet to include the percent at each site instead just the whole number?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2015 12:23:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/state-local-government-questions/pie-chart-labels/m-p/708320#M4554</guid>
      <dc:creator>ELTerrell</dc:creator>
      <dc:date>2015-06-17T12:23:17Z</dc:date>
    </item>
    <item>
      <title>Re: Pie chart labels</title>
      <link>https://community.esri.com/t5/state-local-government-questions/pie-chart-labels/m-p/708321#M4555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, it wasn't clear that your fields contained whole numbers, you only talked about percentages. Yes, you should add fields to calculate the percentages into, by putting in field calculator something like: ([DemField]/([DemField]+[RepField]+[UNAField]))*100. Then use the percentages fields to create your label expression. You could do the calculation in the label expression, but I'd do it in separate fields first.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2015 13:53:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/state-local-government-questions/pie-chart-labels/m-p/708321#M4555</guid>
      <dc:creator>SepheFox</dc:creator>
      <dc:date>2015-06-17T13:53:51Z</dc:date>
    </item>
    <item>
      <title>Re: Pie chart labels</title>
      <link>https://community.esri.com/t5/state-local-government-questions/pie-chart-labels/m-p/708322#M4556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That worked, thanks!&amp;nbsp; Is there a way to uncouple the %'s so I can put each label in it's respective pie slice?&amp;nbsp; Kind of like when you convert a legend to graphics, uncouple, and edit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jun 2015 14:17:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/state-local-government-questions/pie-chart-labels/m-p/708322#M4556</guid>
      <dc:creator>ELTerrell</dc:creator>
      <dc:date>2015-06-18T14:17:57Z</dc:date>
    </item>
    <item>
      <title>Re: Pie chart labels</title>
      <link>https://community.esri.com/t5/state-local-government-questions/pie-chart-labels/m-p/708323#M4557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The only way I can think of to do that, would be to have three copies of the layer (two can have no symbology), label each one with a different field, convert to annotation, and then edit the annotation. Kind of a lot of work though. At that point you might as well add the text yourself.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jun 2015 14:40:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/state-local-government-questions/pie-chart-labels/m-p/708323#M4557</guid>
      <dc:creator>SepheFox</dc:creator>
      <dc:date>2015-06-18T14:40:46Z</dc:date>
    </item>
    <item>
      <title>Re: Pie chart labels</title>
      <link>https://community.esri.com/t5/state-local-government-questions/pie-chart-labels/m-p/708324#M4558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah, that's what I was thinking.&amp;nbsp; Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jun 2015 17:59:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/state-local-government-questions/pie-chart-labels/m-p/708324#M4558</guid>
      <dc:creator>ELTerrell</dc:creator>
      <dc:date>2015-06-18T17:59:55Z</dc:date>
    </item>
    <item>
      <title>Re: Pie chart labels</title>
      <link>https://community.esri.com/t5/state-local-government-questions/pie-chart-labels/m-p/708325#M4559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You're welcome. If this answered your question, would you mind marking it as answered? Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jun 2015 18:12:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/state-local-government-questions/pie-chart-labels/m-p/708325#M4559</guid>
      <dc:creator>SepheFox</dc:creator>
      <dc:date>2015-06-18T18:12:07Z</dc:date>
    </item>
  </channel>
</rss>

