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