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

Please help with RadChart

1 Answer 18 Views
Chart (Obsolete)
This is a migrated thread and some comments may be shown as answers.
nickJr
Top achievements
Rank 1
nickJr asked on 30 Apr 2009, 01:26 PM
I get the following error when using RadChart control.

Line 95:             AutoLayout="true">   
Line 96:             <Series>   
Line 97:                 <telerik:ChartSeries Name="Series 1" > 
Line 98:                     <Appearance BarWidthPercent="100">   
Line 99:                     </Appearance>


Could you help.

thanks

1 Answer, 1 is accepted

Sort by
0
Dessy
Telerik team
answered on 01 May 2009, 10:40 AM

Hello nickJr,

I have replied to your previous forum post of the same issue. Here is my answer:

"You need to add one additional register directive in order for the RadChart control to work correctly as the Telerik.Charting namespace contains some core charting classes:
<%@ Register assembly="Telerik.Web.UI" namespace="Telerik.Charting" tagprefix="telerik" %> 

Hope this helps. "


Best wishes,

Dessy
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Chart (Obsolete)
Asked by
nickJr
Top achievements
Rank 1
Answers by
Dessy
Telerik team
Share this question
or