Hi, I have an Esri shape file which has data stored against a custom grid. The Bounds property of the NEsriShapeFile tells me the data has bounds of:
X = 500000, Y = 7400000, Width = 350000, Height = 360000
So I create a diagram with bound of:
X = 0, Y = 0, Width = 500000 + 350000, Height = 7400000 + 360000
When I call Map.Import, the data is all imported onto the diagram and the X positioning starts at 500000 as expected but the Y positioning starts at 0?
I have attached an image showing this, any ideas?
Thanks