Hi Jeffrey,
When declaring the ChartDefaultView in XAML you actually replace the default view, which RadChart creates automatically for your with your own instance. In this case you need to add its elements by yourself -- chart area, legend and title. Here is an example:
Copy Code
You can find more details about the ChartDefaultView in
this help topic.
Sincerely,
Ves
the Telerik team