Skip to content

Radar: smooth areas #2065

@swharden

Description

@swharden

theelderwand on Discord (#1966) asked if it's possible to create curved radar charts

It's not currently, but this could be added very easily.

FillClosedCurve(brush, points) FillPolygon(brush, points)
image image

Note that you also have to modify the next line too, so it reads

gfx.FillClosedCurve(brush, points);
gfx.DrawClosedCurve(pen, points);

This is the line to intercept:

gfx.FillPolygon(brush, points);

The API should probably be similar to smooth scatter plots

public bool Smooth = false;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions