Hi,
Image 1
graticule dash style showing clearly.
I applied this code
shplatlon10.ZoomLevelSet.ZoomLevel01.DefaultLineStyle = new LineStyle(new GeoPen(GeoColor.StandardColors.SlateGray, 2));
shplatlon10.ZoomLevelSet.ZoomLevel01.DefaultLineStyle.OuterPen.DashStyle = LineDashStyle.Dash;
If I tried to apply Line Width=1, it’s showing like this
Image 2
graticule dash style not showing clearly.
I applied this code
shplatlon10.ZoomLevelSet.ZoomLevel01.DefaultLineStyle = new LineStyle(new GeoPen(GeoColor.StandardColors.SlateGray, 1));
shplatlon10.ZoomLevelSet.ZoomLevel01.DefaultLineStyle.OuterPen.DashStyle = LineDashStyle.Dash;
Finally, I want line size=1 and graticule dash style showing clearly.
One more thing,
I want to Know, what are the factors affecting for making Line(Great Circle Line) smooth.
Please help to fix it.
Thanks,
Riyaz