After upgrading to 1.7 I'm getting warnings that Map.AddLabels is now obsolete and I should be using FeatureLayer.AddLabels. However I cannot find FeatureLayer.AddLabels. Am I doing something wrong?
Comments: ** Comment from web user: jany_ **
Comments: ** Comment from web user: jany_ **
I took your code and the dlls from the DotSpatial 1.7 core download. The only thing missing was the following line:
```
Imports DotSpatial.Controls
```
After I added this I could use the AddLabels method off the HolesLayer.