Hi,
I did see this thread: gis.thinkgeo.com/Support/DiscussionForums/tabid/143/aff/12/aft/8851/afv/topic/Default.aspx#28426
I chose to make a new, however, since my problem may be another.
I'm trying to generate labels for a large number of points, but very few are displayed. According to the thread above I set the "Overlapping" and "GridSize" properties, but it didn't help.
Dim txtsty = New TextStyle(colnam, New GeoFont("Tahoma", 8), New GeoSolidBrush(GeoColor.SimpleColors.Black))
With txtsty
.OverlappingRule = LabelOverlappingRule.AllowOverlapping
.GridSize = 1 'meters
End With
lvl.CustomStyles.Add(txtsty)
What can I do to make all points as shown in the below image generate labels ? The zoom is 200m-by-200m.
TIA