ArcGIS .Net SDK (Xamarin) - Stacking Labels

445
0
12-12-2016 03:25 PM
ThomasVercoutre
New Contributor II

I am using a Feature Layer and have enabled Labeling. Labels have been configured on the server.

var layer = new FeatureLayer(new Uri("..."));

layer.LabelsEnabled = true;

It works fine but when features are close to each others some label disapeared. I configured the server to stack the labels and tried with a map server and a feature server.

Any idea ?

0 Kudos
0 Replies