When applying a striped pattern to e.g. AreaCharts I tried to add it by setting the FillPatternShape
Chart.Area([1,1;2,2;3,1],FillPatternShape=PatternShape.DiagonalDescending)
The resulting pattern however is diagonal ascending instead of descending.

I assume it got mixed up at:
|
| DiagonalDescending -> "/" |
|
| DiagonalAscending -> """\""" |