How to install the .NET package Syncfusion.Chart.MVVM.WPF from NuGet by adding a package reference
.Net
C#
NuGet
Visual Studio
Syncfusion.Chart.MVVM.WPF
In Solution Explorer, edit your project's .csproj file by right-clicking your project> Edit Project File. Add a dependency in your project file using the following syntax.
<ItemGroup>
<!-- ... -->
<PackageReference Include="Syncfusion.Chart.MVVM.WPF" Version="16.1.0.22" />
<!-- ... -->
</ItemGroup>