YuuukiA
YuuukiA
### Description ArgumentNullException occur when operating DataGrid. I'm .Net6, and thinking this is the same with #8188. ``` System.ArgumentNullException: Value cannot be null. (Parameter 'element') at System.Windows.Automation.Peers.UIElementAutomationPeer.FromElement(UIElement element) at System.Windows.Controls.DataGrid.CellAutomationValueHolder.TrackValue()...
**Question:** How to set MinimumTickSpacing like as ScottPlot4? **ScottPlot Version:** 5.0.37 In ScottPlot4, I can set MinimumTickSpacing as the following. ```cs MyPlot.Plot.XAxis.MinimumTickSpacing(0.02); MyPlot.Plot.YAxis.MinimumTickSpacing(0.02); ``` --> When zoom graph, tick spacing...
### Current Situation It is not possible to get the past device status via API. We can export it in application only. ### Proposed Change I hope API supports exporting...