In my application when using a Custom Marker Symbol the map tip is not working in Graphic Layer, its showing the graphic correctly but map tips are not displayed. When changing it to a normal symbol the map tips are working properly
This Custom Symbol is used to display data and and a symbol on the graphic, is there any alternate way to that
I'm getting data from a web service, creating and binding the graphic through code
If I use any built in symbols the map tips are working fine
public override double OffsetX { get { return Size / 2; } set { throw new NotSupportedException(); } } public override double OffsetY { get { return Size / 2; } set { throw new NotSupportedException(); } } }