Hi Roland,
The reason why the pie chart cannot select a default item is because interactivity settings are meant to be used with a mouse and the selection fails when the chart hasn't been rendered yet.
You can, however, use the following workaround involving a combination of the DataBound and LayoutUpdated events:
Kind regards,
Ivan N.
the Telerik team