Hello,
I use a GraticuleFeatureLayer to create the latitude and longitude grid on a map. Is there a way to change the number of lines/features that are drawn on this layer? For example, if I wanted to give users the option to have a high frequency or low frequency of grid lines.
I currently override the GraticuleFeatureLayer DrawCore for some other customizations, and use GetFeaturesForDrawing(). This function seems to return 12-18 features depending on the zoom level.
Thanks,
Dane