Hello,
I have a colorLegend that is a control with IScaleable. It's linked with this HeatMap from here : http://es.infragistics.com/community/blogs/kiril_matev/archive/2013/04/30/switch-the-lights-on-with-2d-data-with-a-heatmap-control.aspx
I want add a range feature, with two sliders so the user could change values of Min and Max.
The grid will change colors and the user can see details.
Is it possible to do this ?
If not, I'll post an idea in the user voice.
Regards
Both controls that you are asking about were implemented and released as CTP and they were intended to get feedback from our community. As result, we don't support these controls. However, you can achieve similar visualization either by extending XamDataChart control's scatter series or by using XamTreemap in combination with XamZoombar to represent interactive color legend.
http://es.infragistics.com/samples/silverlight/treemap/#/range-value-mapperNote above link is for SL version of our controls but they have the same API as our WPF controls. Also you can find this sample in our WPF Sample Browser.
Also you can post a request for fully functional heatmap in our product idea website:http://ideas.infragistics.com/forums/192363-wpfRegards,
I saw and tried XamTreeMap before this custom HeatMap, and the difference is that the second control is a real heatmap not a squared heatmap.
I browse your WPF samples, and the Treemap integration of xamZoomBar isn't working.
Is it possible to set more than one colors like in an array, to have a rainbow as colorMapper ?