Search found 5 matches
- Wed Nov 19, 2008 2:49 pm
- Forum: .NET
- Topic: TeeChart.dll - .NET 1.1 and 2.0 Versions
- Replies: 1
- Views: 2384
TeeChart.dll - .NET 1.1 and 2.0 Versions
Hi, We currently use TeeChart.dll v2.0.2306.26231 which is built against the .NET 1.1 framework for both the .NET 1.1 and .NET 2.0 versions of our application. Just for our .NET 2.0 application I wanted to use the latest TeeChart.dll built against .NET 2.0 framework by installing TeeChartNET2VSNET20...
- Tue Jul 29, 2008 2:39 pm
- Forum: .NET
- Topic: Graphical Error on sides of chart
- Replies: 4
- Views: 3874
- Tue Jul 29, 2008 2:13 pm
- Forum: .NET
- Topic: Graphical Error on sides of chart
- Replies: 4
- Views: 3874
I figured out what was causing the graphical error, namely: private void barChart_AfterDraw(object sender, Steema.TeeChart.Drawing.Graphics3D g) { barChart.Graphics3D.MoveTo(barChart.Axes.Left.Position, barChart.Axes.Left.CalcYPosValue(0)); barChart.Graphics3D.LineTo(barChart.Axes.Right.Position, ba...
- Tue Jul 22, 2008 2:06 pm
- Forum: .NET
- Topic: Graphical Error on sides of chart
- Replies: 4
- Views: 3874
Graphical Error on sides of chart
We recently upgraded our systems from using your ActiveX version to the .NET version and found the following graphical error: http://img291.imageshack.us/my.php?image=graphicalerrorpx8.png I can get the graphical error to disappear if I set the Frame.Visibility to false while I'm in debug mode, but ...
- Tue Oct 24, 2006 4:19 pm
- Forum: .NET
- Topic: XScreenToValue
- Replies: 1
- Views: 2790
XScreenToValue
Hi, In the ActiveX version we used XScreenToValue to determine the nearest point in a series to the mouse pointer. In the .NET version the OnMouseMove event has gone so we are using the standard MouseMove event. However, XScreenToValue returns a very large number when it's given e.X. Does e.X have t...