Visualization of Dataflow Blocks

I have LINQPad's sample Dataflow query which makes the output window switch to graphical and visualizes the activity within the block. I have adapted my own query but it refuses to render graphically and just displays BufferBlock``1 Id=665. Is there some trick to getting the graphical rendering?

Answers