You should use LinePen.Width as done in your example project but this doesn't work. It is a bug and I've added it to our defect list (TF02011400) to be fixed for future releases.
Hi Narcís, You should use LinePen.Width as done in your example project Yes, that's what i mean ;) Have you tested the example project you posted in a non-Beckhoff Windows CE device? Yes, now i have tested it on an LXE Barcode-Scanner with the same OS (Windows CE 5.0 Build 1400) and the Bug is also ...
I have now installed the new Version of TeeChart(V2.0.2306.2631) and the bug is still present!
BTW: What about the LineWidth Property ? Is it implemented on the Pocket-Version ? We want to show the importent lines in another linewidth, but it doesn't work!
Hi, yes, i hope ;) Here the Problem: We use a beckoff embedded PC CX1000-XXXX (http://www.beckhoff.de/) on witch runs WindowsCE 5.0. Our application monitors water levels of differnt watergates. This application runs 24 hours a day and 7 days a week. This application is developed with VS2005(C#). We...
Hi, I have detected a memory leak in the OnPaint method on the TeeChart Pocket Version. When i disable the painting with overwriting the OnPaint method, the memory does not grow up. I always have constant number of points (before addind a new point, i remove the oldest point.) // Form1.cs-----------...
I have found a smal workaroud for this problem! Perhaps it may be useful for others :wink: /***************************************************************************** (C) Copyright by VESCON GmbH Module : TeeChartEx.cs SCCS : $Archive: $ $Revision: $ Author : TJo Date : 08.03.2006 Last Change : $...
Current Version of TeeChart - Pocket flicker heavy after adding a point into a serie (fastline!). Is there a solution to avoid this flicker ? In the earlyer versions this problem does't occur! Here my code: using System; using System.Collections.Generic; using System.ComponentModel; using System.Dat...