This question is locked. New answers and comments are not allowed.
I am having problems getting a legend to work. I have my chart control working fine. My project is set up for as reference to "RadControls for Windows8"
The reference at the top is:
I have tried to add
and
But this errors out with "The name "RadLegendControl" does not exist in the namespace "using:Telerik.UI.Xaml.Primitives". What am I doing wrong?
Please do not ask to look at the QSF sample. While it has all of the controls, it is a very poor for using as examples as the controls all reference other controls which reference another and so on. It makes it hard to use as a reference. The samples for earlier products were really good at providing samples specific to each control and situation.
The reference at the top is:
xmlns:telerik="using:Telerik.UI.Xaml.Controls.Chart"
I have tried to add
xmlns:telerikPrimitives="using:Telerik.UI.Xaml.Primitives"
and
<telerikPrimitives:RadLegendControl x:Name="Legend">
But this errors out with "The name "RadLegendControl" does not exist in the namespace "using:Telerik.UI.Xaml.Primitives". What am I doing wrong?
Please do not ask to look at the QSF sample. While it has all of the controls, it is a very poor for using as examples as the controls all reference other controls which reference another and so on. It makes it hard to use as a reference. The samples for earlier products were really good at providing samples specific to each control and situation.