need help with function in chart

Stimulsoft Reports.NET discussion
Post Reply
SK06
Posts: 4
Joined: Wed Jan 27, 2010 5:28 am

need help with function in chart

Post by SK06 »

Hi,
I want to make a bar chart. On X-Axis categories 0 up to 23 should be seen, on Y-Axis a calculated value. In my columns the categories appear repeated. So I want to show the averaged calculated value on every category in my chart. But I don't know how to realise. Which settings should i do on the chart property window?

Thank you.
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

need help with function in chart

Post by Edward »

Hi,

You need to prepare your data for the chart first.

It could be done in your application, or alternatevely you can use 'Data from other DataSource' datasource to group, count average values of your data directly in the report. Only properly prepared data can be used in your case.

Thank you.
Post Reply