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

Graphs in Reports

1 Answer 64 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Jon
Top achievements
Rank 1
Jon asked on 14 Mar 2016, 11:25 AM

Hi,

I currently use images generated via a DevExpress chart component for my reports.  The reason for this is that historically I have not been happy with the look of the charts that have been generated.  I have completed a Material Design reworking of my site and now want to get the charts to have a material design look and feel. The good thing here is that the material design is considerably more simple in appearance than the old look of charts that I had.  Side benefit is that I will then only rely on Telerik controls and can ditch some more dlls!

So I want to use the Graph component that is built into the reporting.  I have the following initial questions:

1) Is there any connection between the Graph, Kendo UI charts and ASP.NET charts?  I'm interested as the examples shown on Kendo/ASP.Net have more detail so if they are related I'd know that functionality in one might be in the other.

2) Styles.  I'm now using style sheets for reports and it would be nice to use them on the graphs.  So for example I am using Calibri as my principle font on reporting and would like any titles, legends, data labels etc to use that.  Is this possible?

3) Is it possible to have better legend placement for the pie chart - the existing one doesn't seem great when dealing with small data slices.  I suppose that is the perpetual issue with pie charts though.  

4) Could I request that some better demos/samples be made available.  The docs are fairly basic with not much in the way of data relating to advanced customization of the charts.

Regards

Jon

1 Answer, 1 is accepted

Sort by
0
Stef
Telerik team
answered on 16 Mar 2016, 06:30 PM
Hello Jon,

In regard to your questions:
  1. The Graph item is a native Telerik Reporting component and it is not related to other products charts. The Graph item provides design-time support like wizards, expression editors, options to change the chart settings with a click from its Context Menu, easing the work with the item.
    If you are interested in Telerik Kendo UI or Telerik Ui for AJAX charts, they can be saved as images and used in reports via PictureBox items.
  2. The Graph item is a complex item having multiple elements not exposed for styling externally. You can use the corresponding Style properties, including ConditionalFormatting of elements of the Graph. Details how styles will propagate between elements are available in Style Resolving Fallback Algorithm.
  3. The Legend can be placed in a predefined position or one specified by X,Y coordinates - Formatting a Graph: Legend. About Pie charts, you may find interesting the How to: Setup a Pie Chart With No Overlapping Labels help article.
  4. Examples with the Graph item can be found in the local demos, installed by default under C:\Program Files (x86)\Telerik\Reporting Q1 2016\Examples. We will appreciate your feedback what example with the Graph item will be interesting and helpful.


Regards,
Stef
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
General Discussions
Asked by
Jon
Top achievements
Rank 1
Answers by
Stef
Telerik team
Share this question
or