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

Please help me to this problem

1 Answer 40 Views
Chart (Obsolete)
This is a migrated thread and some comments may be shown as answers.
vijesh
Top achievements
Rank 1
vijesh asked on 20 Oct 2008, 01:43 PM
Hai

I have a doubt on adding RadChart controls.
I downloaded RadChart control and installed. It is properly coming inside visual studio 2005 toolbox.
 After that I drag this control in my web application.
Then i tried to add this code

<

radC:ChartSeries DataLabelsColumn="MyColumn" Type="bubble">

 

 

 

</radC:ChartSeries>

 


but it is showing a warning like this
 Unknown server tag 'radC:ChartSeries'.
 and it is showing build is successfull. But it is throwing error in browser like this.

Parser Error Message: Unknown server tag 'radC:ChartSeries'.
Source Error:
Line 22:             <Series>
Line 23:                 
Line 24: <radC:ChartSeries DataLabelsColumn="MyColumn" Type="bubble">Line 25:                 
Line 26:                 </radC:ChartSeries>
Source File: /Default.aspx    Line: 24





1 Answer, 1 is accepted

Sort by
0
Ves
Telerik team
answered on 21 Oct 2008, 05:44 AM
Hi vijesh,

It seems you are missing the second Register directive, needed for the Telerik.Charting namespace:

<%@ Register Assembly="RadChart.Net2" Namespace="Telerik.Charting" TagPrefix="rad" %>

You can also find it in our online examples.

Greetings,
Ves
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Chart (Obsolete)
Asked by
vijesh
Top achievements
Rank 1
Answers by
Ves
Telerik team
Share this question
or