I am trying to build a hiearchical chart and have the following code:
And I get the following error message:
The tag 'ChartHierarchicalViewDescriptor' does not exist in XML namespace 'clr-namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Controls.Charting'
I looked in your documentation and it is included in that namespace.
<Telerik:RadChart Height="350" x:Name="WeightChart" Width="750"> <Telerik:RadChart.HierarchicalViewDescriptors> <Telerik:ChartHierarchicalViewDescriptor> </Telerik:ChartHierarchicalViewDescriptor> </Telerik:RadChart.HierarchicalViewDescriptors></Telerik:RadChart>And I get the following error message:
The tag 'ChartHierarchicalViewDescriptor' does not exist in XML namespace 'clr-namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Controls.Charting'
I looked in your documentation and it is included in that namespace.