Hi
I'm trying to use the Map control to post points to manually generate Bubble Chart Items on a Bing Maps background as per your following example
https://documentation.devexpress.com/#WindowsForms/CustomDocument17228
As you know the coordinates of the Bubble points in this example are give in Lat, Long.
My question is how can I use the above procedure to post programmatically a number of points with known cartesian coordinates (i…e Easting Northing or X, Y) of a given coordinate system, as bubble points on Bing or other background maps.
I understand those cartesian coordinates have to be translated to Lat, Long before they passed as arguments in your routines
After searching through your examples there are various examples of passing cartesian data stored in shape files but I didn't find any examples of geoconverting X,Y coordinate data to Lat Long and and passing them as coordinate arguments
Many Thanks
Panos