Hello,
is there an equivalent in WPF to the Winforms Heatmap Chart?
https://es.infragistics.com/help/winforms/chart-about-2d-heat-map-charts
I need a X & Y Axis, where X is a Timestamp and Y a numerical value.
There was already a prototype ready in 2013, which is pretty near waht I need:
https://es.infragistics.com/community/blogs/b/kiril_matev/posts/switch-the-lights-on-with-2d-data-with-a-heatmap-control
What happend with that control?
Hello Bin,
The best thing I can recommend for this at the moment is to use the control that is at Kiril’s blog post that you have referenced.
Regarding what happened to the control at that blog-post, it was never added to the Infragistics for WPF toolset, and as such is not a control that we really support. The closest thing that we have that is actually in the toolset would be usage of the ScatterPolygonSeries to create your heatmap, although this might not be a trivial implementation. You can read about the ScatterPolygonSeries in our documentation, here.
If you would like to see a heatmap chart added to the Infragistics for WPF toolset, I would recommend that you suggest a new product idea for this at our WPF Ideas Site, here. This will place you in direct communication with our product management teams who plan and prioritize upcoming features and development based on community and user feedback.
Please let me know if you have any other questions or concerns on this matter.