Browse By Tags

  • Draw Image on UltraGeographicMap?

    Hi there, how do I draw an image on the UltraGeographicMap control for WinForms?

    I've tried adding a DataTemplateRenderHandler() to a CustomRenderTemplate that I could assign to the MarkerTemplate of my series.

                var template = new CustomRenderTemplate…

  • UltraGeographicMap: SeriesMouseEnter event fires intermittently when used with polygon data imported from a shapefile

    I am currently using the Winforms UltraGeographicMap control in a project. The control can import Series data from shapefiles through ShapefileConverter. While this works great with polyline and point data, there seem to be some issues with polygon data…