MMCCPaulEden Posted September 2, 2008 Report Share Posted September 2, 2008 Hi I just switched to the beta2 DLLs and have noticed a marked performance decrease with control instancing - almost double. We have fairly chart intensive screens and a once that used to take 7 seconds to process now takes around 15 seconds. Has this been experienced by anyone else? Many thanks Paul Quote Link to comment Share on other sites More sharing options...
JuanC Posted September 2, 2008 Report Share Posted September 2, 2008 Do you get this on every chart or just the first chart in your application? We did change some our defaults to more elaborate styles so this might be affecting your performance. We have not experienced this performance impact so we would appreciate if you can post/send more info about this. You might also want to try using the Basic style in your XAML <cfx:Chart Style="{x:Static cfxMotifs:Basic.Style}">To use this you will have to add the Motifs namespace to your root node as follows xmlns:cfxMotifs="clr-namespace:ChartFX.WPF.Motifs;assembly=ChartFX.WPF" Regards, JuanC Quote Link to comment Share on other sites More sharing options...
MMCCPaulEden Posted September 3, 2008 Author Report Share Posted September 3, 2008 Hi I can't say at present if it is on the first or all instances as I only have summary timings in place, but after switching to the basic style performance returned to the pre-v2 levels. High-end machines with a better graphics card my be able to deal with DirectX rendering better, but currently I'm developing on a laptop with a Mobile Intel 956 Express chipset. Paul Quote Link to comment Share on other sites More sharing options...
JuanC Posted September 3, 2008 Report Share Posted September 3, 2008 The choice between the different Motifs (Glass, Basic, Simple) also depends on which one looks more similar to your app, if the Glass motif matches your application's appearance but performance is degraded you might want to try setting the Chart.UseEffects to false which will remove some bitmapeffects that might cause the performance degradation on certain video chipsets. JuanC Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.