How to draw 3D scatter graph and Heat map using input CSV/Excel data in WPF app?

Santhosh Badam 20 Reputation points
2024-06-27T12:43:02.1333333+00:00

I have a WPF app and need to have scatter graph in 3D. By taking the input either CSV or Excel file and plot a graph and Heat map. Unable to figure out any alternative for this. With the help of "Oxyplot" package scatter map is done but not heat map.

With out any commercial ( like Telerik, DevExpress). Suggest how to build it.

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,565 questions
Windows Presentation Foundation
Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
2,705 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Castorix31 82,751 Reputation points
    2024-07-01T12:26:43.8533333+00:00

    With the help of "Oxyplot" package scatter map is done but not heat map.

    There is Heat Map with Oxyplot :

    https://oxyplot.readthedocs.io/en/latest/models/series/HeatMapSeries.html

    0 comments No comments