<?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 Plotting Symbols with Labels in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/plotting-symbols-with-labels/m-p/685000#M63780</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am trying to plot points into the map and then label them.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using the following code for plotting the points:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt; 
var graphic = new esri.Graphic(new esri.geometry.Point(point), symbol);
app.map.graphics.add(graphic);
&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The next step would be just to have a small label next to the symbols. No pop-ups, no InfoTemplate, nothing clickable. Just a plain Text Label right next to the symbol.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would appreciate if you can lead me to the right direction in the documentation. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Aug 2013 17:16:11 GMT</pubDate>
    <dc:creator>FarisJeryes</dc:creator>
    <dc:date>2013-08-21T17:16:11Z</dc:date>
    <item>
      <title>Plotting Symbols with Labels</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/plotting-symbols-with-labels/m-p/685000#M63780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am trying to plot points into the map and then label them.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using the following code for plotting the points:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt; 
var graphic = new esri.Graphic(new esri.geometry.Point(point), symbol);
app.map.graphics.add(graphic);
&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The next step would be just to have a small label next to the symbols. No pop-ups, no InfoTemplate, nothing clickable. Just a plain Text Label right next to the symbol.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would appreciate if you can lead me to the right direction in the documentation. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Aug 2013 17:16:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/plotting-symbols-with-labels/m-p/685000#M63780</guid>
      <dc:creator>FarisJeryes</dc:creator>
      <dc:date>2013-08-21T17:16:11Z</dc:date>
    </item>
    <item>
      <title>Re: Plotting Symbols with Labels</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/plotting-symbols-with-labels/m-p/685001#M63781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I will go ahead and answer my own question. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
var displayText = "Sample TextLabel";
var font = new esri.symbol.Font("6pt", esri.symbol.Font.STYLE_NORMAL, esri.symbol.Font.VARIANT_NORMAL, esri.symbol.Font.WEIGHT_BOLD, "Helvetica");
var textSymbol = new esri.symbol.TextSymbol(displayText, font, new dojo._base.Color("#000000"));
textSymbol.setOffset(4,8);
var graphic11 = new esri.Graphic(new esri.geometry.Point(point), textSymbol);
app.map.graphics.add(graphic11);
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 04:49:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/plotting-symbols-with-labels/m-p/685001#M63781</guid>
      <dc:creator>FarisJeryes</dc:creator>
      <dc:date>2021-12-12T04:49:01Z</dc:date>
    </item>
  </channel>
</rss>

