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

Telerik.Windows.Controls.RadChart' does not contain a definition for 'PlotArea

1 Answer 91 Views
Chart
This is a migrated thread and some comments may be shown as answers.
Fadhli
Top achievements
Rank 1
Fadhli asked on 15 Dec 2010, 04:22 AM
Hi all,

I'm trying to create a custom x-axis in the rad chart by using this line: 

"RadChart1.PlotArea.XAxis[0].TextBlock.Text = "Mon";"

However I got this error msg:

"Telerik.Windows.Controls.RadChart' does not contain a definition for 'PlotArea' and no extension method 'PlotArea' accepting a first argument of type 'Telerik.Windows.Controls.RadChart' could be found (are you missing a using directive or an assembly reference?"

Am I missing something

1 Answer, 1 is accepted

Sort by
0
Sia
Telerik team
answered on 17 Dec 2010, 11:10 AM
Hello Fadhli,

Can you please give us more details about the desired look which you need to achieve with RadChart? If you need to have labels showing the days of the week: Mon, Tue, Wed.... you can use format expressions or XCategory. Regarding the format expressions here you can find more detailed information.

Regards,
Sia
the Telerik team
Browse the videos here>> to help you get started with RadControls for Silverlight
Tags
Chart
Asked by
Fadhli
Top achievements
Rank 1
Answers by
Sia
Telerik team
Share this question
or