-
Notifications
You must be signed in to change notification settings - Fork 981
Closed
Description
Hi everyone, I am trying to recreate this graph in SP5 Winforms.
As you can see it is a vertically orientated signal plot with an inverted y-axis. The data should also be updated in real-time.
I did some digging and found some relevant documentation
However this code does not work on Winforms
// invert the vertical axis
myPlot.Axes.SetLimitsY(5000, 0);
The class ScottPlot.Winforms.FormsPlot does not contain have the attributes Axes.SetLimitsY
Something like this for Winforms would be ideal
#1194 (comment)
This is also related #3253 (comment) (basically the feature request in point 1).
I am happy to have a look at the source code myself if someone could point me in the right direction.
Thanks!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
