.NET 跨平台的绘图组件:OxyPlot

jopen 9年前

OxyPlot 是 一个 .NET 跨平台的绘图组件。

Branches

master- the release branch (stable channel)
develop- the main branch with the latest development changes (pre-release channel)

See 'A successful git branching model' for more information about the branching model in use.

Getting started

  1. Use the NuGet package manager to add a reference to OxyPlot
  2. Add aPlotViewto your user interface
  3. Create aPlotModelin your code
  4. Bind thePlotModelto theModelproperty of yourPlotView
</span>

.NET 跨平台的绘图组件:OxyPlot

项目主页:http://www.open-open.com/lib/view/home/1435844271966

</span>