Hi,
I'm using an AreaStyle with a transparent outline, defined like this:
AreaStyle areaStyle = new AreaStyle(new GeoPen(GeoColor.StandardColors.Transparent, 5), new GeoSolidBrush(GeoColor.StandardColors.Turquoise));
When I use a transparent outline, the width of the outline is not applied. The filling color seems to fill almost all the area, including the outline width area.
Is it normal ? If so is there any workaround ?
Thanks,
P.OM