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
Hi Jeremy,
Thank you for your feedback. There was a bug in calculating the location in the document where the map should be imported. It is now fixed and the fix will be included in the upcoming patch of the diagramming component.
Best Regards,Nevron Support Team
Excellent, do you have a guestimate of when the patch will be released?