Matthew2000
Matthew2000
Is it possible to use Draw.io in a view only mode? [https://www.diagrams.net/blog/online-diagram-viewer](https://www.diagrams.net/blog/online-diagram-viewer) I don't know how exactly this works but it seems to indicate that there is a view only...
I'm not certain how the `DataLogger` works, but I was able to get this working by using either a `Signal` or a `Scatter`. I then just call `sensorPlot.Plot.Axes.AutoScale()` before I...
I found that the best way to customize the context menu is to just make my own. Create a custom ContextMenu ```xaml ``` I remove the action for creating the...
So you actually have two separate issues with one of them being easier to fix. For the Span you are just using the wrong one. You actually want a `VerticalSpan`...