Hi, I am having some trouble understanding why some labels do or dont show up on my map.
I am using these settings for my text style which i thought should cause all labels to show up but, between a few zoom levels a feature can go from having no labels to having some then as i get closer, eventually all of the correct labels show up.
textStyle.BestPlacement = true;
textStyle.SplineType = SplineType.None
textStyle.GridSize = 1;
textStyle.OverlappingRule = LabelOverlappingRule.AllowOverlapping;
inMemoryFeatureLayer.ZoomLevelSet.ZoomLevel01.CustomStyles.Add( textStyle );
inMemoryFeatureLayer.ZoomLevelSet.ZoomLevel01.ApplyUntilZoomLevel = ApplyUntilZoomLevel.Level20;
Is there a property that can be set on the map to force all labels to show up, or are there other settings on the layer or textStyle that will force all labels to show up?