This example demonstrates how to customize coordinate systems of the map and data source.
Assign a MapCoordinateSystem class descendant object to the MapControl.CoordinateSystem property and a SourceCoordinateSystem class descendant object to the CoordinateSystemDataAdapterBase.SourceCoordinateSystem property.
To display geographic data, a map should have a geo coordinate system. To display Cartesian data, the map should have a Cartesian coordinate system or SourceCoordinateSystem.CoordinateConverter should be specified to convert Cartesian point to a geographic point.
(you will be redirected to DevExpress.com to submit your response)
