OxyPlot.Core by OxyPlot

<PackageReference Include="OxyPlot.Core" Version="2.1.2" />

.NET API 679,424 bytes

 OxyPlot.Core 2.1.2

OxyPlot is a plotting library for .NET. This is the core library including the foundation classes and plot model. To display the plots, you also need to add a platform-specific OxyPlot package that contains a PlotView component.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>OxyPlot.Core</id>
    <version>2.1.2</version>
    <authors>OxyPlot</authors>
    <license type="expression">MIT</license>
    <licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
    <icon>OxyPlot_128.png</icon>
    <projectUrl>https://oxyplot.github.io/</projectUrl>
    <description>OxyPlot is a plotting library for .NET. This is the core library including the foundation classes and plot model. To display the plots, you also need to add a platform-specific OxyPlot package that contains a PlotView component.</description>
    <copyright>Copyright (c) 2014 OxyPlot contributors</copyright>
    <tags>plotting plot charting chart</tags>
    <repository type="git" url="https://github.com/oxyplot/oxyplot.git" commit="976b84dbf60e142cf47cf0a7ad9f76b25b51ae03" />
    <dependencies>
      <group targetFramework=".NETFramework4.0" />
      <group targetFramework=".NETFramework4.5" />
      <group targetFramework=".NETStandard1.0">
        <dependency id="NETStandard.Library" version="1.6.1" exclude="Build,Analyzers" />
      </group>
      <group targetFramework=".NETStandard2.0" />
    </dependencies>
  </metadata>
</package>