A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
A way is to embed the Chart control
with : Walkthrough: Hosting a Windows Forms Control in WPF
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Visual Studio 2019 --- Windows Forms App (.NET Framework) C# ... Toolbox => Data => Charts provides the ability to create xy plots.
This does not exist in WPF APP (.NET Framework).
I've found multiple sites that demo a variety of shapes using .xaml and .cs. But none that demo a combo of both for an xy plot (not predefined shapes). The .xaml defines the location. The .cs provides the data.
How do I create xy plots with WPF APP (.NET Framework)?
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
Locked Question. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
A way is to embed the Chart control
with : Walkthrough: Hosting a Windows Forms Control in WPF