Hello,
I would like to create a heatmap. In the sample browser there's a good example (server temperature) with a static XAML datagrid of 5 columns and 3 rows. I'm would like to create a dynamically growing example, but it seems, that this might be impossible.
On runime of an own example, which produces "only" 30 values / seconds (10 / 0.333333s) the used XAML datagrid causes to freeze the UI in less than 5s. There's no mention, that this is inefficient. It seems, that the XAML grid has a huge memory requirement.
So, is there a way to realize that in another way? My first idea was to use the WriteableBitmapClass, which comes with C#, but I'm usure, if this works better.
Thanks. :o)