Map with Patterns
Using patterns instead or in addition to colors is a great way to not only achieve a different look but also to improve readability of the charts for your color blind viewers.
Key implementation details
Items in the MapPolygonSeries
have a fillPattern
setting that can be used to specify the pattern fill for the particular polygon. In this demo we use LinePattern
, RectanglePattern
, and CirclePattern
. Additionally, we add variety by customizing some parameters of the patterns like checkered
for the rectangle and circle patterns, or rotation
for the line pattern.