Sandra , the issue is not solved in the latest release.
We need a fix soon, is there any alternate solution I can perform?
D2D demo shipped with latest release also gives me a red cross just like i posted earlier.
Search found 13 matches
- Thu Aug 01, 2013 9:36 am
- Forum: .NET
- Topic: Tee chart direct2d issue , gives red cross in the form.
- Replies: 7
- Views: 11332
- Wed Jul 17, 2013 7:36 am
- Forum: .NET
- Topic: Tee chart direct2d issue , gives red cross in the form.
- Replies: 7
- Views: 11332
Re: Tee chart direct2d issue , gives red cross in the form.
GDI + Canvas runs fine, Direct2D canvas throws error.
- Wed Jul 17, 2013 7:34 am
- Forum: .NET
- Topic: Tee chart direct2d issue , gives red cross in the form.
- Replies: 7
- Views: 11332
Re: Tee chart direct2d issue , gives red cross in the form.
Sandra,
I just checked with Teechart Direct2D Demo. It also shows he red x.
I just checked with Teechart Direct2D Demo. It also shows he red x.
- Wed Jul 17, 2013 5:37 am
- Forum: .NET
- Topic: Tee chart direct2d issue , gives red cross in the form.
- Replies: 7
- Views: 11332
Re: Tee chart direct2d issue , gives red cross in the form.
Sandra, I am using the code you posted. I still get the red X. if I comment this line , Chart1.Graphics3D = new Graphics3DDirect2D(Chart1.Chart); then it works fine , i don't get this error. Also , the error only appears when 1. I use direct2d in the project 2. I open task manager through ctrl, alt,...
- Tue Jul 16, 2013 6:27 am
- Forum: .NET
- Topic: Tee chart direct2d issue , gives red cross in the form.
- Replies: 7
- Views: 11332
Tee chart direct2d issue , gives red cross in the form.
Hello, I have made a sample demo project to explain. I am just adding random values in the fastline series. http://i43.tinypic.com/qsnss5.jpg once the plotting starts , I hit ctrl , alt , delete and try to open the task manager. and graph disappear and I get red cross in the graph. http://i42.tinypi...
- Fri May 17, 2013 11:58 am
- Forum: .NET
- Topic: Chart does not show changes
- Replies: 3
- Views: 4837
Re: Chart does not show changes
Thanks a lot !! :) about dll, I have graphics3d in original project, so i thought I still had it in sample project. Anyways , other thing is , in the sample project , I want major ticks on 0 ,10,20,30,40,50,.... so on and minor ticks on 5,15,25,35. and labels only on major ticks i.e. 0,10,20,30,40.....
- Fri May 17, 2013 11:26 am
- Forum: .NET
- Topic: Chart does not show changes
- Replies: 3
- Views: 4837
Chart does not show changes
Hello, I have made a sample project to show my problem. this sample project will start plotting random numbers in the fastline once we compile it. however , the changes won't show up . In the background, numbers are added in fastline and the chart is refreshed but nothing happens in front. The only ...
- Tue Apr 02, 2013 10:50 am
- Forum: .NET
- Topic: how can I improve the performance of the chart with fastline
- Replies: 8
- Views: 10742
Re: how can I improve the performance of the chart with fastline
Narcis, I made few modifications and found an alternate solution. I use minmax function for axes , I set the window of 150 points , and delete every single point outside of window. I use 3 extra series to hold the data. series1,2,3 actual series [ added in the chart] . tempseries1,2,3 [ to hold the ...
- Fri Mar 29, 2013 5:12 am
- Forum: .NET
- Topic: how can I improve the performance of the chart with fastline
- Replies: 8
- Views: 10742
Re: how can I improve the performance of the chart with fastline
Sandra, I tried to compile it step by step and with number 150.so numberofminexpectedmaxsamples = 150 .SampleNumber comes from real time timer which calculates no of samples collected on the basis of time elapsed. So first time Samplenumber becomes 120 which is less then 150. So, PlotActualValuesUpT...
- Thu Mar 28, 2013 4:20 am
- Forum: .NET
- Topic: how can I improve the performance of the chart with fastline
- Replies: 8
- Views: 10742
Re: how can I improve the performance of the chart with fastline
Sandra,
Any solution?
Any solution?
- Tue Mar 26, 2013 9:22 am
- Forum: .NET
- Topic: how can I improve the performance of the chart with fastline
- Replies: 8
- Views: 10742
Re: how can I improve the performance of the chart with fastline
Sure ,
Thanks !
Thanks !
- Sat Mar 23, 2013 9:57 am
- Forum: .NET
- Topic: how can I improve the performance of the chart with fastline
- Replies: 8
- Views: 10742
how can I improve the performance of the chart with fastline
Hello, I have already asked the question on stack overflow. but comments were getting long , so I am posting the question here. http://stackoverflow.com/questions/15517350/how-to-increase-speed-of-tchart-refresh I have 16 graphs[maximum ] with 4 fastlines in each graph. In each graph 3 fastlines rep...
- Fri Jan 04, 2013 8:17 pm
- Forum: .NET
- Topic: how to improve performance of Tchart in real-time plotting?
- Replies: 1
- Views: 3555
how to improve performance of Tchart in real-time plotting?
Hello, I am developing an application which has minimum one tchart with 4 fastlines in it . maximum number of tcharts are 16 depending on few criteria.each fastline contains different sample numbers in different cases. here is the problem now. If I have sample number less than 200-250. then I can se...