This is a migrated thread and some comments may be shown as answers.

Graphs Tutorial

8 Answers 451 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Brent
Top achievements
Rank 1
Brent asked on 02 Jan 2010, 02:18 AM
Hello,
Can someone please help me out with displaying a series of graphs on a webpage? Essentially, what I want to do is have a webpage that clients can log into to view visual statistics of a web survey. But I can't find any information about how to do this using reporting -specifically, how to get the graphs working in a web page. Is there any tutorials on this?

Tris

8 Answers, 1 is accepted

Sort by
0
Chris Gillies
Top achievements
Rank 1
answered on 04 Jan 2010, 02:06 PM
The Chart report item uses the same engine as RadChart for ASP.NET AJAX, so if you are familiar with it, you should easily get on the right track. There are some differences and limitations however both from chart and report point of view:
  • as explained in the chart help article referenced above, the chart does not use the reporting data engine and therefore it can be bound only manually by using the chart's NeedDataSource event.
  • interactive features such as tooltips, maps, active regions and events inherent to the RadChart control are not supported.
Although it shares the same API as the chart web control, our suggestion is to look at the chart documentation in the report help as it is updated according to the supported features. You can also see the chart in action in two of our demo reports:
As for showing the chart in a web page - you can use the Web Report viewer to display the report you have created in your web app/site.

Cheers!
0
Wadigzon
Top achievements
Rank 1
answered on 17 Jun 2013, 05:27 PM
Where is the full documentation for the Graph object? or any samples/demos that we could use to learn to use this object.

regards.
0
Stef
Telerik team
answered on 19 Jun 2013, 12:27 PM
Hi Wadigzon,

You can find more information about the Graph item in our online help under Designing Reports - Report Structure - Graph. In addition, we have illustrated the Graph item use in our local demos installed by default in C:\Program Files (x86)\Telerik\Reporting <version> and more precisely in the following report definitions:

I hope this helps.

Regards,
Stef
Telerik

Have you tried the new visualization options in Telerik Reporting Q1 2013? You can get them from your account.

0
Irmgard
Top achievements
Rank 1
answered on 08 Aug 2013, 11:48 AM
Hi,
my Problem is similar. In the documation I found the Charts marked as obsolete, better use Graph. Is it possible to select a skin or theme in Graphs?
thanks
Irmgard
0
Irmgard
Top achievements
Rank 1
answered on 08 Aug 2013, 04:11 PM
Hi Telerik,

I have some problems to bild a Chart. I have a very simple SQL-DataSource like this:
select jahr, sum(menge) as menge
from   v104_mont_jahr_monat_kw_land
where  jahr >= 2010
and    land = 'DE'
group by jahr

this is the datasource of my Chart. I defined a Serie with DataXColumn = jahr and DataYColumn = menge and DefaultLabelValue = #Y{N0}. So I followed all the examples you offer in Videos an tutorials. But the chart does not work. On preview there is always shown the error: the type of column with name menge is not numeric.

what is going wrong?
I need urgently help.
many thanks
Irmgard

0
Stef
Telerik team
answered on 13 Aug 2013, 02:01 PM
Hi Irmgard,

Please take a look at the forum thread you have opened on the same question. In future please avoid double-posting or switching the main topic of the thread.

Regards,
Stef
Telerik

Have you tried the new visualization options in Telerik Reporting Q2 2013? You can get them from your account.

0
Ray
Top achievements
Rank 1
answered on 22 Nov 2013, 10:11 PM
I see there is a lot of documentation on the obsolete Chart, but not so much for the Graph.  Can you point me in the direction of the full documentation for the Graph properties?  I have found this:
http://www.telerik.com/help/reporting/properties_t_telerik_reporting_graph.html

I feel like I have too many individual questions about the graph, and before I start hammering you guys with trouble tickets and forum posts, maybe you have an unpublished list of properties for the Graph.  Thanks.
0
Ivan Hristov
Telerik team
answered on 27 Nov 2013, 02:50 PM
Hi Ray,

Looking at the Graph's API reference itself could be boring and unavailing. That's why we created several how-to articles and conceptual topics to introduce the users to the most common tasks that can be done using the Graph item. Some of the articles involve more advanced techniques like sharing a common axis between the series and creating the Graph definition programmatically.

Please take a look at this part of documentation and in case you have more specific questions, do not hesitate to ask.

Regards,
Ivan Hristov
Telerik

New HTML5/JS REPORT VIEWER with MOBILE AND TOUCH SUPPORT available in Telerik Reporting Q3 2013! Get the new Reporting version from your account or download a trial.

Tags
General Discussions
Asked by
Brent
Top achievements
Rank 1
Answers by
Chris Gillies
Top achievements
Rank 1
Wadigzon
Top achievements
Rank 1
Stef
Telerik team
Irmgard
Top achievements
Rank 1
Ray
Top achievements
Rank 1
Ivan Hristov
Telerik team
Share this question
or