We updated 14.4.0-beta025 to 14.5.0-beta010 and our hatch styles stopped working for Areas. Is this a known issue? Reverting back makes them work again. There is no sample in the HowDoI for hatch styles.
var areaStyle = AreaStyle.CreateHatchStyle(
hatchStyle, <-- is ignored
GeoColor.FromArgb(0, 0, 0, 0), <-- is ignored
fillColor, <-- is ignored
outlineColor,
(int)OutlineWidth,
LineDashStyle.Solid,
0f,
0f);
Thanks!
BR
Julian


