-
Notifications
You must be signed in to change notification settings - Fork 981
Closed
Description
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) |
|---|---|
![]() |
![]() |
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;Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels

