How do I create xy plots with WPF APP (.NET Framework)?

bhs67 96 Reputation points
2021-10-15T15:02:47.64+00:00

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)?

Developer technologies | Windows Presentation Foundation

Locked Question. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

1 answer

Sort by: Most helpful
  1. Castorix31 91,966 Reputation points
    2021-10-15T15:25:38.64+00:00

    A way is to embed the Chart control
    with : Walkthrough: Hosting a Windows Forms Control in WPF

    Was this answer helpful?

    0 comments No comments