ThinkGeo.com    |     Documentation    |     Premium Support

Outlines on Diamond and Star PointSymbolTypes

I can't seem to get outlines (Pen) to work on Diamond and Star PointSymbolTypes.  Squares, circles and triangles work as expected, though.  Could I be doing something wrong or is this something that will be addressed later?


This is how I'm currently creating the item...


valueStyle.ValueItems.Add(new ValueItem("Track", new PointStyle(PointSymbolType.Diamond2, new GeoSolidBrush(GeoColor.FromArgb(255, 200, 100, 100)), new GeoPen(GeoColor.FromArgb(255, 100, 50, 50), 2), 30)));


Thanks!



Nate,


Thanks for pointing this out. You are on the right way to do that. This is a bug  in version 3.0.199, the GeoPen does not act on symbol Diamond, Diamond2, Star and Star1. We have added your requests to our tracking system; this feature will be fixed in next version. 
 
Thanks,
ThinkGeo Support