Search found 8 matches

by Yossi
Thu Jan 08, 2015 1:21 pm
Forum: .NET
Topic: WPF graph xaml export problem
Replies: 7
Views: 10076

Re: WPF graph xaml export problem

Hi Yeray, Thanks for your replay, the TeeChart.WPF.dll version we are using is 4.1.2012.1312 like i stated and the TeeChart.dll version is 4.1.2012.9283. I must say that i am disappointed that this discussion is not going into the right direction despite of the fact we have made a very simple and ea...
by Yossi
Tue Jan 06, 2015 9:40 am
Forum: .NET
Topic: WPF graph xaml export problem
Replies: 7
Views: 10076

Re: WPF graph xaml export problem

We are using version 4.1.2012.1312
the snap shot you attached is the graph itself or the Xaml export result?

Thanks,
Alon.
by Yossi
Mon Jan 05, 2015 9:17 am
Forum: .NET
Topic: WPF graph xaml export problem
Replies: 7
Views: 10076

Re: WPF graph xaml export problem

Hi Yeray, Thanks for your reply, The XamlExport.xaml file is just one example from our system of the problem, we would prefer to focus on the test project we have made where the generation of the xaml file and the graph from which the xaml is generated are present. Unfortunately you didn't attached ...
by Yossi
Tue Dec 23, 2014 12:37 pm
Forum: .NET
Topic: WPF graph xaml export problem
Replies: 7
Views: 10076

WPF graph xaml export problem

Hi, We are using TChart to show a graph in our application. while exporting the graph to xaml when the series is a straight line or close to a straight line (moderate slope) The graph does not draw the line (appear as empty space). Attached is a sample project, a video and some snapshots from our ap...
by Yossi
Thu May 29, 2014 7:21 am
Forum: .NET
Topic: Slow performance when using Gantt
Replies: 5
Views: 8245

Re: Slow performance when using Gantt

Christopher,

This seemed to have reduce the running time by half!

Thanks!
Yossi
by Yossi
Wed May 21, 2014 3:54 pm
Forum: .NET
Topic: Slow performance when using Gantt
Replies: 5
Views: 8245

Re: Slow performance when using Gantt

Christopher, In addition, I've just tested the new Direct2D on the sample I've prepared for you, and it didn't solve the issue. When looking at the profiler, i can see the problem is at the class "Steema.TeeChart.WPFDirect2D.Styles.Gantt" and its member function: DrawValue(int valueIndex) This funct...
by Yossi
Wed May 21, 2014 3:38 pm
Forum: .NET
Topic: Slow performance when using Gantt
Replies: 5
Views: 8245

Re: Slow performance when using Gantt

Christopher , We have a lot of code we need to convert in order to support the new TeeChart.WPFDirect2D assembly. In addition, when using other objects such as points (non-gantt), the performance is somewhat acceptable. Are you sure nothing can be done on your end in order to optimize this specific ...
by Yossi
Wed May 21, 2014 2:03 pm
Forum: .NET
Topic: Slow performance when using Gantt
Replies: 5
Views: 8245

Slow performance when using Gantt

Hi,

We are trying to upgrade a project we have previously made in VB and used your COM components to WPF and we are having seriously performance issues when the screen have a lot of Gantt entries (1000+)

I've attached a sample application that demonstrate the issue.

Regards,
Yossi