Skip to content

PatternShape stripe description seems to be mixed up between ascending and descending #474

Closed
@bvenn

Description

@bvenn

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.

Image

I assume it got mixed up at:

| DiagonalDescending -> "/"
| DiagonalAscending -> """\"""

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions