Hello all, I am trying to get the MapTips control to work. I have all the code matching and know it's pulling from the right service and layer. It does nothing when I hover or click on the layer of interest. Could it have to do with the Geometry envelope in the C#?
ESRI.ArcGIS.Client.Tasks.Query query = new ESRI.ArcGIS.Client.Tasks.Query()
{
Geometry = new ESRI.ArcGIS.Client.Geometry.Envelope(-180, 0, 0, 90)
};
Also, I cannot seem to change the damn color of my scale bar text. I have a white background so I'd like black or maroon text and cannot seem to find a simple way to do it. Any help would be much appreciated!