This is a migrated thread and some comments may be shown as answers.

XAML namespace for ChartView?

1 Answer 109 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
E Pons
Top achievements
Rank 1
E Pons asked on 05 Apr 2017, 09:27 PM

Hello,

We have a WPF project that's referencing both Telerik.Windows.Controls.Chart and Telerik.Windows.Controls.Charting.  In that project, I'm including a simple LineSeries within a RadCartesianChart in XAML.  The associated .xaml.cs file specifies only

using Telerik.Windows.Controls.ChartView;

 

When building, I'm getting an ambiguous type reference error for "LineSeries", so I tried adding a XAML namespace for clarification: 

xmlns:telerik_ChartView="clr-namespace:Telerik.Windows.Controls.ChartView; assembly=Telerik.Windows.Controls.Chart"

This code creates an invalid namespace identifier, however.  Can you please advise?

Thank you,

E

 

 

 

1 Answer, 1 is accepted

Sort by
0
E Pons
Top achievements
Rank 1
answered on 07 Apr 2017, 10:48 PM
Please disregard.  Thanks!
Tags
General Discussions
Asked by
E Pons
Top achievements
Rank 1
Answers by
E Pons
Top achievements
Rank 1
Share this question
or