Select to view content in your preferred language

Label Class Issues

1314
10
Jump to solution
12-01-2017 01:26 PM
jaykapalczynski
Honored Contributor

I am using API 3.22

Trying this...It works but HaloColor, HaloSize, Vertical Alignment and Horizontal Alignment dont seem to be working..

Thoughts?

var labelClass = new LabelClass({  
   labelExpressionInfo: {"value": "{STREET_NAME}"},  
   symbol: {  
    "type": "esriTS",  
    "color": [225,225,0],  
    "font": {  
      "family": "Arial",
      "haloColor": "#FF0000",
      "haloSize": "3.25px",                 
      "size": "8px",
      "verticalAlignment": "middle",  
      "horizontalAlignment": "center"            
    }  
   }  
});      
0 Kudos
10 Replies
jaykapalczynski
Honored Contributor

Thanks for all your help guys...very appreciated.  Dont code much and always hard getting on the bike again, little wobbly at first...

0 Kudos