This is a migrated thread and some comments may be shown as answers.

Is it possible to overlay Heatmap onto image files(jpg or bmp, etc)?

1 Answer 112 Views
HeatMap
This is a migrated thread and some comments may be shown as answers.
KyungTaek
Top achievements
Rank 1
KyungTaek asked on 08 Jan 2013, 11:14 AM
Dear all who has a knowlege of Heatmap control.

I want to create a heatmap onto a image file. Is it possible to create a heatmap which is having background image?

1 Answer, 1 is accepted

Sort by
0
Petar Marchev
Telerik team
answered on 11 Jan 2013, 07:31 AM
Hello,

You can use an implicit style targeting the HeatMapColorGrid and use an ImageBrush for the background, as in this code snippet:
<Window.Resources>
 <Style TargetType="telerik:HeatMapColorGrid">
  <Setter Property="Background" Value="{StaticResource myImageBrush}" />

Regards,
Petar Marchev
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
HeatMap
Asked by
KyungTaek
Top achievements
Rank 1
Answers by
Petar Marchev
Telerik team
Share this question
or