Is there a tutorial for diagrams?

Stimulsoft Reports.WPF discussion
Post Reply
drhkocher
Posts: 15
Joined: Thu Aug 06, 2009 1:43 pm
Location: Germany

Is there a tutorial for diagrams?

Post by drhkocher »

I can't find documentation or a tutorial on how to use diagrams within reports. Any pointers would be appreciated. All the samples only have fixed data.

However, I have a simple list like {"Category A", 30}, {"Category B", 50} {"Category C", 20}. I want to bind this to a diagram to show a simple pie chart. Whatever I tried, it didn't work...

So what's the right way to bind data series to data?

Regards
Hartmut
Vladimir
Posts: 1462
Joined: Fri Apr 13, 2007 4:05 am
Location: Earth

Is there a tutorial for diagrams?

Post by Vladimir »

Hello,

In what format are your data?
The data in the chart can be set in several ways: a static list (example 1), specify the column created in the dictionary data source (example 2).

Thank you.
Attachments
384.Examples.zip
(4.25 KiB) Downloaded 498 times
drhkocher
Posts: 15
Joined: Thu Aug 06, 2009 1:43 pm
Location: Germany

Is there a tutorial for diagrams?

Post by drhkocher »

Hi,

sorry for the late response. We are just releasing some new software with the usual stress.

All data comes from business objects. So if you could provide a C# example of showing a pic chart and even more important a line chart with several series that would be perfect.

Thanks for your help.

Regards
Hartmut
Vladimir
Posts: 1462
Joined: Fri Apr 13, 2007 4:05 am
Location: Earth

Is there a tutorial for diagrams?

Post by Vladimir »

Hello,

You can watch the online video showing how to connect business objects:
http://www.stimulsoft.com/livedemos/Rep ... eList.html
http://www.stimulsoft.com/livedemos/Rep ... etail.html

Please see the report samples which are delivered with our DEMO application. The documentation for charts will be very soon.

Thank you.
Post Reply