ThinkGeo.com    |     Documentation    |     Premium Support

IconValueStyle

 How to use IconValueStyle  without Text visible on the icon (with the key not empty).Using transparent color for text also make transparent icon. 


How to make text to be near icon in IconValueStyle?


 


Best regards


Piotr



If you don't need text on top of the Icon, I think you should use a regular PointStyle. See the code below. I hope this is what you need:


 



ValueStyle valueStyle = new ValueStyle();
valueStyle.ColumnName = "MyColumnName";
valueStyle.ValueItems.Add(new ValueItem("Value1", new PointStyle(new GeoImage(IconPath1))));
valueStyle.ValueItems.Add(new ValueItem("Value1", new PointStyle(new GeoImage(IconPath2))));