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

Slow RadChart in DockPanel

10 Answers 190 Views
Chart (obsolete as of Q1 2013)
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Filipe Rodrigues
Top achievements
Rank 1
Filipe Rodrigues asked on 18 May 2007, 01:44 PM
Hi,

My application becomes very slow when I generate radcharts inside dockpanels...

Here is the code:

Dim dp As New DockPanel
dp.Text = "Panel"
dp.CloseButtonVisible = False
dp.DropDownButtonVisible = False
Dim chart As New RadChart
chart.Dock = DockStyle.Fill
dp.Controls.Add(chart)
DockingManager1.SetDock(dp, DockPosition.Fill)

What I'm doing wrong?

10 Answers, 1 is accepted

Sort by
0
Vladimir Milev
Telerik team
answered on 21 May 2007, 02:23 PM
Hello Filipe Rodrigues,

Unfortunately you are not doing anything wrong. We are aware of some performance issues with our new charting engine and are currently working on them as we speak. Resize operations require re-rendering of the image which is currently a costly operation. We would advise to reduce resizing as much as possible until we are able to improve runtime performance.

We apologize for the inconvenience.

Best wishes,
Vladimir Milev
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Filipe Rodrigues
Top achievements
Rank 1
answered on 22 May 2007, 07:55 AM
Hi,
The problem doesn't occurs only when the chart is resized! I put the chart with dock = none and the problem remains. I think the problem is when I put it in a dockpanel.
How can I work around this?
Thanks.
0
Dimitar Kapitanov
Telerik team
answered on 22 May 2007, 03:52 PM
Hello Filipe Rodrigues,
We tested locally and were unable to verify the "slow" behavior that you have reported. Docking manager operates correctly. If there is a performance penalty it is caused explicitly by the charting control. The charting engine is being optimized at the moment so we believe performance will increase dramatically very soon (in one of the upcoming SPs maybe).

Best wishes,
Dimitar Kapitanov
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Filipe Rodrigues
Top achievements
Rank 1
answered on 28 May 2007, 03:25 PM
Hi,
I need to increase the radchart performance to show our prototype to a costumer!
While the SP isn't ready, is there any work arround to the problem? Like clearing chart series, or chart resizing while resizing the dockpanel?
Any help?
Thanks
0
Vladimir Milev
Telerik team
answered on 31 May 2007, 08:32 AM
Hi Filipe Rodrigues,

We have already made some performance optimizations to our windows forms chart. If you submit a support ticket we can give you a unofficial build with the optimizations so you can do your demo.

Best wishes,
Vladimir Milev
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
johns
Top achievements
Rank 1
answered on 06 Jul 2007, 06:08 PM
What is the status of this problem.

I am having the same issue.  I add many small charts even with no data series set to a flowpanel that is in a dock panel, and then dragging the panel is unusably slow.

-John Schneider
0
Chavdar
Telerik team
answered on 10 Jul 2007, 04:18 PM
Hi guys,

We will be releasing a service pack today which should solve the performance issue. In case you still experience problems with the upcoming version, please open a support ticket and send us your applications so that we can review them. 

Thank you in advance.

 
Greetings,
Chavdar
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
johns
Top achievements
Rank 1
answered on 13 Jul 2007, 07:09 PM
The service pack solved the problem.

Thanks You!
0
Chavdar
Telerik team
answered on 16 Jul 2007, 07:50 PM
You are welcome, guys, we are glad we were able to help.

 
Kind regards,
Chavdar
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
gdijim
Top achievements
Rank 1
answered on 23 Jul 2007, 08:31 AM
I just wanted to mention that the very first post in this series is a very good and concise "How-to" of how to use the dock panel and any subsequent controls programatically.

Thanks!
Jim
Tags
Chart (obsolete as of Q1 2013)
Asked by
Filipe Rodrigues
Top achievements
Rank 1
Answers by
Vladimir Milev
Telerik team
Filipe Rodrigues
Top achievements
Rank 1
Dimitar Kapitanov
Telerik team
johns
Top achievements
Rank 1
Chavdar
Telerik team
gdijim
Top achievements
Rank 1
Share this question
or