One of my clients have a very specific request where we basically need a bubble chart (all bubbles the same size) overlayed over a colored background representing a type of heatmap.
Please samples below:
What type of approach could we use to achieve something similar?
Hello,
Is your heat map going to be a static image or dynamically changing behind the bubbles?
Note, Heat Map plotting for our XamDataChart control is considered to be new product idea. Please visit our website for more details on submitting your thoughts: <ideas.infragistics.com>
This was previously discussed on our forums here:http://es.infragistics.com/community/forums/t/74054.aspx
Although the XamDataChart supports multiple series to be shown simultaneously, there are many different ways to work around this for possibly better results. For example, you could try using a XamDataGrid control with a Bubble Series (xamDataChart) with a transparent background. You will need to set the DataChart's PlotAreaBackground property to Transparent.
To get started please refer to these help articles:
http://es.infragistics.com/community/blogs/marina_stoyanova/archive/2014/02/06/building-a-heatmap-with-wpf-grids.aspx http://help.infragistics.com/Help/Doc/WPF/2016.1/CLR4.0/html/DataChart_Scatter_Series_Overview.html http://es.infragistics.com/community/blogs/kiril_matev/archive/2013/04/30/switch-the-lights-on-with-2d-data-with-a-heatmap-control.aspx
Let me know if you have any questions regarding this matter.