Visualizing 2D Data in a Table
问题 I need some help and need to be pointed in the right direction. I am creating a WPF application which should display 2-dimensional data. It should be shown like this: ------------------------- |y/x| 1 | 2 | 3 | 4 | 5 | | 1| 1 | 2 | 3 | 4 | 5 | | 2| 2 | 4 | 6 | 8 | 10| | 3| 3 | 6 | 9 | 12| 15| | 4| 4 | 8 | 12| 16| 20| | 5| 5 | 10| 15| 20| 25| ------------------------- Some sample code: XAML: <Window x:Class="WpfApplication6.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml