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

Issue when exporting BarSeries in a console application

2 Answers 52 Views
Chart
This is a migrated thread and some comments may be shown as answers.
Dotneter
Top achievements
Rank 1
Dotneter asked on 29 Nov 2013, 09:49 AM
Hi everyone,
I have a console application and I want to export a RadChart to image, I found this thread and I did as mentioned in the solution, the problem is that when I have over 50 input, the exported image appears very poorly.
In your example you put 4 values per serie
var itemsSource = new List<double>[] { new List<double> { 9, 2, 3, 4 }, new List<double> { 5, 7, 3, 4 } };
if you try with 100 values per serie you can notice that the exported image does not display correctly.
I think that the issue is from the width of the rectangle in ExportStyle.

2 Answers, 1 is accepted

Sort by
0
Dotneter
Top achievements
Rank 1
answered on 03 Dec 2013, 08:50 AM
any idea ?
0
Yavor
Telerik team
answered on 03 Dec 2013, 01:13 PM
Hello,

Currently we offer 2 charting solutions for the Silverlight platform - RadChart and RadChartView (represented by the classes RadCartesianChart, RadPieChart and RadPolarChart). 

The RadChartView is the newer control which addresses some of the limitations and deficiencies that we have identified in the RadChart implementation over the years. It is easier to set up and has vastly improved performance. Also it offers much better support for out of visual tree rendering which greatly improves exporting and printing.

So I suggest that you switch to RadChartView and try it in your scenario.

Regards,
Yavor
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for WPF.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
Tags
Chart
Asked by
Dotneter
Top achievements
Rank 1
Answers by
Dotneter
Top achievements
Rank 1
Yavor
Telerik team
Share this question
or