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

Santhosh Badam 40 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.

Developer technologies Windows Presentation Foundation
Developer technologies .NET Other
{count} votes

1 answer

Sort by: Most helpful
  1. Castorix31 90,521 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

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.