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

Logo in RadChart control

1 Answer 47 Views
Chart
This is a migrated thread and some comments may be shown as answers.
Pushpjeet
Top achievements
Rank 1
Pushpjeet asked on 10 May 2012, 10:15 AM
Hi,
I have two queries:
1. I have a requirement where i need to put company logo along with chart. And if i m exporting this chart in any format logo should be there with exported chart.
Is it possible with RadChart control?
2.  I need a run time edit window for rad chart control so that user can customize the chart according to changed requirement at any point of time. Is any such kind of functionality available with chart control?

Please see attached images for more clarity on both the point.

1 Answer, 1 is accepted

Sort by
0
Petar Marchev
Telerik team
answered on 15 May 2012, 08:02 AM
Hello Pushpjeet,

1. Yes, it is possible to place the logo within the RadChart. You need to create a chart with a custom view. This means that you will have to give up the out-of-the-box DefaultView and set the components of the chart as you wish (say in a Grid). You can examine this help topic for this. In short, you need to set the UseDefaultView to false and manually add all components of the chart (and the logo) and organize them in some panel in a way that fits your requirements.

Once you have done this, when exporting the chart - the logo will also get exported.

2. The RadChart is a highly customizable control. You can add series, change styles and colors at run-time. However, we do not offer such an edit-window, so you will need to implement this yourself. You can check this whole section on styling here.

All the best,
Petar Marchev
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

Tags
Chart
Asked by
Pushpjeet
Top achievements
Rank 1
Answers by
Petar Marchev
Telerik team
Share this question
or