Click here to Skip to main content
16,008,469 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I want to draw Pie chart using Telerik but some problum with my chart...

Please guide how can i draw pie chart, data from database

XML
<telerik:RadChart ID="chkChart" runat="server" ChartImageFormat="Jpeg" Width="260" Height="200"
                    Skin="Hay" ChartTitle-TextBlock-Appearance-TextProperties-Font="12px" ChartTitle-TextBlock-Text=""
                    SeriesOrientation="Vertical"
                           DefaultType="Pie" >

                       </telerik:RadChart>


in cs
C#
chkChart.DataGroupColumn = "Numbers";
chkChart.DataSource = dtPDCStatus;
                    chkChart.DataBind();


Problum is that it draw indvitual pie chart, i.e if number are 23 52 32 then it make 3 pie chart... :)
Posted
Updated 14-Apr-13 20:08pm
v3
Comments
Member 2707515 12-Apr-13 8:34am    
but what was the prblm where prblm comes.
show ur coding
[no name] 12-Apr-13 8:54am    
"some problum" is not a very helpful description of the problem you are having. You need to provide a lot more detail to your question before someone could answer it.
Yasir Farooq 15-Apr-13 1:33am    
i have update my question

1 solution

Refer this[^] link
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900