• 2024-08-07OxyPlot使用说明
    锁定Y轴的缩放和移动在Axis坐标轴上设置IsZoomEnabled和IsPanEnabled为false。varrightAxis=newLinearAxis{Position=AxisPosition.Right,Title="RightYAxis",Key="RightYAxis",Minimum=-0.02,Maximum=1,IsZoomEnabled=
  • 2024-06-13一款.NET开源、功能强大、跨平台的绘图库 - OxyPlot
    前言今天大姚给大家分享一款.NET开源(MITLicense)、免费、跨平台、功能强大的绘图库,支持多平台使用(包括:WPF、UWP、WinForm、Silverlight、Xamarin.iOS、Xamarin.Android、Xamarin.Forms和Xamarin.Mac等):OxyPlot。项目源代码WindowsForms项目运行VS打开OxyPlot.WindowsForms
  • 2024-02-20OxyPlot公共属性一览
    一、PlotModel1、构造函数中设置的属性publicPlotModel(){this.Axes=newElementCollection(this);//坐标轴集合;this.Series=newElementCollection(this);//线条集合;this.Annotations=newElementCollection(this);
  • 2024-01-20用C#实现最小二乘法(用OxyPlot绘图)✨
    最小二乘法介绍✨最小二乘法(LeastSquaresMethod)是一种常见的数学优化技术,广泛应用于数据拟合、回归分析和参数估计等领域。其目标是通过最小化残差平方和来找到一组参数,使得模型预测值与观测值之间的差异最小化。最小二乘法的原理✨线性回归模型将因变量(y)与至少一个自变量
  • 2024-01-05WPF中使用OxyPlot动态绘制曲线图
    安装Nuget包:Install-PackageOxyPlot.WpfXAML代码:<Windowx:Class="OxyPlotDemo.MainWindow"xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  • 2023-12-22初探oxyplot
    usingSystem;usingSystem.Collections;usingSystem.Collections.Generic;usingSystem.ComponentModel;usingSystem.Data;usingSystem.Drawing;usingSystem.IO;usingSystem.Linq;usingSystem.Text;usingSystem.Threading.Tasks;usingSystem.Windows.Forms