Jump to content
Software FX Community

Performance Drop with Beta2


MMCCPaulEden

Recommended Posts

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

 

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...