Quantcast
Viewing all articles
Browse latest Browse all 3636

How to add boxplot Chart in Crystal Reports 2011

Hello Friends,

 

I use Crystal Report 2011 and Visual Studio 2010. It is possible to add a boxplot Chart in my Report?

 

C#

 

  //Create a chart

  boChartObject = new CrystalDecisions.ReportAppServer.ReportDefModel.ChartObject();

 

  //create a bar chart style

  boChartStyle = new CrystalDecisions.ReportAppServer.ReportDefModel.ChartStyle();

  boChartStyle.Type = CrystalDecisions.ReportAppServer.ReportDefModel.CrChartStyleTypeEnum.crChartStyleTypeBar;  <--- something like                                                                                                                                                                                      that for a boxplot Chart

 

  //set the chart style to bar chart

  boChartObject.ChartStyle = boChartStyle;

 

Or it is possible to add a boxplot Chart using the Designer?

 

Please guide me, how I can do that. I will be very thankful to you.

 

Thanks and Regards,

Nadine Boschen


Viewing all articles
Browse latest Browse all 3636

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>