Re: [MBS] ChartDirector hot spots

2019-05-08 Thread Lee Badham
Hi, I'll answer my own question to help with future searches. Yes it's possible. I need to allow for retina scaling. The image is scaled 2X, but the X/Y coordinates are not. Mouse X and Mouse Y dim rs as double = self.retinascale() dim mTmp as integer = ImageMapHandler.getHotSpot(X*rs, Y*rs)

[MBS] ChartDirector hot spots

2019-05-08 Thread Lee Badham
Hi, Is it possible to get hotspot information from a 3D scattergraph? I get what seems to be a valid string dim ImageMapString as string = c.getHTMLImageMap("myurl") me.ImageMapHandler = New CDImageMapHandlerMBS(ImageMapString) However in the MouseUp event , dim mTmp as integer = ImageMapHand