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!