In my FlowDocument I would like to include a table filled with text and graph lines. Which approach would you recommend? I was thinking about attaching adorner to a table, but I could not accomplish attaching adorner over the whole table so far.
Here is sketch of something that I want to add to the document:

I’m using C# and .NET 4.0
The problem is solved with Grid. Grid is very similair to Table, and it has no problem to contain a Canvas. Here you can see the sample image, and sample of getting the Grid with Canvas together into FlowDocument. You can create same flow document through code too: