I want my labels to spread out instead of overlap eachother, is there anyway to do this ?
I want my labels not to stack over eachother
Hello Gregory,
Thanks for your post, we have OverlappintRule property to fit this situation, please try:
worldCapitalsLabelsLayer.ZoomLevelSet.ZoomLevel01.DefaultTextStyle.OverlappingRule = LabelOverlappingRule.NoOverlapping;
But sometimes if there are too many labels, remove overlapping will make the labels looks like chaos, you can make the decision depends on your scenario.
Regards,
Gary