Leaf.PlotView 1.0.0

dotnet add package Leaf.PlotView --version 1.0.0
                    
NuGet\Install-Package Leaf.PlotView -Version 1.0.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Leaf.PlotView" Version="1.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Leaf.PlotView" Version="1.0.0" />
                    
Directory.Packages.props
<PackageReference Include="Leaf.PlotView" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Leaf.PlotView --version 1.0.0
                    
#r "nuget: Leaf.PlotView, 1.0.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Leaf.PlotView@1.0.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Leaf.PlotView&version=1.0.0
                    
Install as a Cake Addin
#tool nuget:?package=Leaf.PlotView&version=1.0.0
                    
Install as a Cake Tool

Leaf.PlotView

基于 OxyPlot 的扩展绘图库,提供统一绘图模型、控制器和序列扩展能力。

功能特性

  • 提供 LeafPlotModelLeafPlotController 便于统一交互行为。
  • 提供 LeafLineSeriesLeafTextAnnotation 等扩展类型。
  • 提供绘图扩展方法与颜色定义,便于业务快速集成。

安装

dotnet add package Leaf.PlotView --version 1.0.0

依赖

  • OxyPlot.Wpf

使用说明

  • 初始化 LeafPlotModel 并配置坐标轴与图例。
  • 添加序列和注释对象,绑定到 WPF 绘图控件。
  • 按需使用扩展方法封装通用绘图逻辑。

构建

dotnet build

许可证

本项目基于 MIT 许可证,详见 LICENSE

Product Compatible and additional computed target framework versions.
.NET net8.0-windows7.0 is compatible.  net9.0-windows was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.0 96 5/4/2026