asteele Posted October 3, 2012 Report Share Posted October 3, 2012 Is there a way to remove the lines that separate the heatmap points so that their edges touch each other and are not separated? I am looking for a more uniform look and the example provided has said lines. I have not found a way yet to remove them. Quote Link to comment Share on other sites More sharing options...
JuanC Posted October 10, 2012 Report Share Posted October 10, 2012 Setting the HeatMap.Margin property to Thickness(0) should give you the look you want. This can also be set in XAML heatMap.Margin = new Thickness(0); JuanC Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.