How to create a chart with grouped by X-axis labels

Stimulsoft Reports.NET discussion
Post Reply
vbtux
Posts: 11
Joined: Wed Aug 17, 2011 6:05 am

How to create a chart with grouped by X-axis labels

Post by vbtux »

Hi ,

Please take a look at the following picture:
Image

I would like to group all labels on the X-axis , how can I do this?

Thanks
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

How to create a chart with grouped by X-axis labels

Post by HighAley »

Hello.
vbtux wrote:Please take a look at the following picture:
Image

I would like to group all labels on the X-axis , how can I do this?
You can do it using Virtual DataSource.
1. Create a New Data Source with 'Data from other Data Source' adapter.
2. In the Groups tab you can choose column to group on.
3. In the Results tab you can choose column and aggregate function.
4. Now you can create Chart using data from new DataSource.

Thank you.
vbtux
Posts: 11
Joined: Wed Aug 17, 2011 6:05 am

How to create a chart with grouped by X-axis labels

Post by vbtux »

I would like to display all months on the chart, each month has four value ,labels should be displayed only once not four times
Could you please tell me how to group labels?

It should look like this:
Image
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

How to create a chart with grouped by X-axis labels

Post by HighAley »

Hello.
vbtux wrote:I would like to display all months on the chart, each month has four value ,labels should be displayed only once not four times
Could you please tell me how to group labels?

It should look like this:
Image
Which of 4 values do you want to display?
If you want only one value to use you can use a report like attached report.
Otherwise use the method from my previous post.

Thank you.
Attachments
1276.Report.mrt
(25.62 KiB) Downloaded 322 times
Post Reply