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

Rad chart Problem --Binding 2 column

1 Answer 33 Views
Chart (Obsolete)
This is a migrated thread and some comments may be shown as answers.
bn
Top achievements
Rank 1
bn asked on 11 May 2011, 03:50 PM
complince  report
100   100% CPOE 01
100    100% CPOE 02
75     75% CPOE 03
78    78% CPOE 04
70    70% CPOE 05
0     0% CPOE 05a

rdChart2.Series(0).Clear()

rdChart2.Series(0).DataXColumn =

"Compliance"

 

rdChart2.Series(0).DataYColumn =

"Report"

 

rdChart2.DataSource = dailDataSet

rdChart2.DataBind()

rdChart2.PlotArea.XAxis.AutoScale =

False

 


In this data not binded to rad chart ----------------in these  i want to display reports column  in pie daigaram -----------------
Plz any tell me

1 Answer, 1 is accepted

Sort by
0
Vladimir Milev
Telerik team
answered on 13 May 2011, 01:19 PM
Hello bn,

The pie chart typically requries just the YValues. You do not need to set any XValues to your series.

Best wishes,
Vladimir Milev
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

Tags
Chart (Obsolete)
Asked by
bn
Top achievements
Rank 1
Answers by
Vladimir Milev
Telerik team
Share this question
or