Problem with generating charts

Stimulsoft Reports.NET discussion
Post Reply
arunika
Posts: 3
Joined: Fri Jan 11, 2008 1:50 am

Problem with generating charts

Post by arunika »

Hi,
I have a problem with generating charts with groupings. Sometimes it will give correct output, but for some data it doesnot give.It doesnot describe in the tutorial too. Is there anyway to find an advanced tutorial for generating charts?
Thanks
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

Problem with generating charts

Post by Edward »

Demo.exe sample application from standard delivery contains a example report named 'Chart on DataBand'. Using charts with grouping can be done in the same way. Just add a GroupBand. Unfortunately in the current realization of the report engine Charts can't be placed on the GroupHeader band directly. So if your report requires this feature, then you should replace grouping with master-detail relation. It can be done always in each report.

If it is possible, please send to us your solution and explain the goal you want to achieve.

We shall try to help you.

Thank you.
arunika
Posts: 3
Joined: Fri Jan 11, 2008 1:50 am

Problem with generating charts

Post by arunika »

Hi,

Thank you very much for your reply.
According to ur suggestion it will give no. of charts according to grouping field. But I have to get all data in one chart with groupings.
To do that, I set "Auto series key data column" property of Series Editor to required data column. But it will not work. (i.e. it gives wrong output).

So can you suggest a way to do that.

Thanks in advanced.
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

Problem with generating charts

Post by Edward »

AutoSeriesKeyDataColumn property has one restriction on use. The count of the values for axes must be the same for all series.

If a count of points is different for at least one of the series, then the output may be incorrect.

Thank you.
Post Reply