以下是一个简单的C# WinForms应用程序示例,演示了如何使用ScottPlot进行自动缩放: csharp using ScottPlot; using System; using System.Windows.Forms; namespace ScottPlotAutoScaleExample { public partial class Form1 : Form { private FormsPlot formsPlot1; public Form1() { InitializeComponent(); InitializePl...
This issue tracks short term goals to improve financial charting resulting from a discussion today with @quantfreedom and @VladislavPustovarov Progress will be evaluated using the Sandbox.WinFormsFinance project This work extends #4385 T...
Now that Application.DoEvents() is no longer being called (#1906, #1913, #1919) I am noticing flickering while dragging in the WinForms control. This example is a signal plot with about 20k points. Flickering does not correspond with gar...
Cookbook: Added example showing how to place markers colored according to a colormap displayed in a colorbar (#1461) @obnews Ticks: Added option to invert tick mark direction (#1489, #1475) @wangyexiang FormsPlot: Improved support for WinForms 6 (#1430, #1483) @SuperDaveOsbourne Axes: ...
Windows Forms: Use NuGet to install ScottPlot.WinForms, drag/drop a FormsPlot onto your form, then add the following to your start-up sequence: double[] xs = new double[] {1, 2, 3, 4, 5}; double[] ys = new double[] {1, 4, 9, 16, 25}; formsPlot1.Plot.AddScatter(xs, ...
ScottPlot Version: 5.0.10-beta Operating System: Windows Application Type: WinForms Question: In the demo version there is an example called "ShowValueOnHover2". private void formsPlot1_MouseMove(object sender, MouseEventArgs e) { (doubl...
Example: ... ado.net/XML headers & schema ... <resheader name="resmimetype">text/microsoft-resx</resheader> <resheader name="version">2.0</resheader> <resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader> <resheader name="writer">System.Res...
Cookbook: Added example showing how to place markers colored according to a colormap displayed in a colorbar (#1461) @obnews Ticks: Added option to invert tick mark direction (#1489, #1475) @wangyexiang FormsPlot: Improved support for WinForms 6 (#1430, #1483) @SuperDaveOsbourne Axes: ...
https://www.nuget.org/packages/SkiaSharp.Views.WindowsForms#dependencies-body-tab I'm moving all the OpenGL code out of the WinForms control and into its own project (#2496). I'll publish it as a separate NuGet package when I make the next ScottPlot 5 release. I think this solves our...
As per title, copy to clipboard with the WPF default context menu does not copy the image to the clipboard. I've tested the WinForms context menu and that one will copy to the clipboard. The copy to clipboard functions are fairly different between the two. ScottPlot/src/ScottPlot5/ScottPlot...