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

Pareto Chart

3 Answers 215 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Muthuselvi
Top achievements
Rank 1
Muthuselvi asked on 11 Jan 2012, 06:08 AM
How to bind Pareto Chart in Telerik Reporting Q2 2011 using vb code.

3 Answers, 1 is accepted

Sort by
0
Steve
Telerik team
answered on 11 Jan 2012, 01:24 PM
Hello Muthuselvi,

The chart item does not provide built-in support for Pareto chart, in other words the chart item would not be able to make the percent calculations for you and you should take care of that prior binding the chart. When this is done you can achieve the same functionality by combining Bar and Line series types. To create a second Yaxis marked from 0% to 100% try the following code snippet:

chart1.PlotArea.YAxis.AutoScale = False
chart1.PlotArea.YAxis.AddRange(0, 100, 10)
chart1.PlotArea.YAxis.Appearance.ValueFormat = ChartValueFormat.Percent
I hope this helps.

Kind regards,
Steve
the Telerik team

Q3’11 of Telerik Reporting is available for download. Register for the What's New in Data Tools webinar to see what's new and get a chance to WIN A FREE LICENSE!

0
Gunasekar
Top achievements
Rank 1
answered on 30 Jul 2012, 11:48 AM
Hi Steve,
Is there any other way to bind Pareto Chart in Telerik Reporting Q2 2011 using vb code.   
0
Steve
Telerik team
answered on 30 Jul 2012, 11:56 AM
Hi,

RadChart does not support advanced analysis tasks. You'll have to prepare them on your own and provide them to the chart before it is bound.

Greetings,
Steve
the Telerik team

BLOGGERS WANTED! Write a review about Telerik Reporting or the new Report Designer, post it on your blog and get a complimentary license for Telerik Reporting. We’ll even promote your blog and help bring you a few fresh readers. Yes, it’s that simple. And it’s free. Get started today >

Tags
General Discussions
Asked by
Muthuselvi
Top achievements
Rank 1
Answers by
Steve
Telerik team
Gunasekar
Top achievements
Rank 1
Share this question
or