Hi,I am trying to plot points into the map and then label them.I am using the following code for plotting the points:
var graphic = new esri.Graphic(new esri.geometry.Point(point), symbol);
app.map.graphics.add(graphic);
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.I would appreciate if you can lead me to the right direction in the documentation. Thanks