TeeChart for .NET maintenance release

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Paul
Newbie
Newbie
Posts: 18
Joined: Fri Jan 09, 2004 5:00 am

TeeChart for .NET maintenance release

Post by Paul » Wed Feb 11, 2004 10:30 am

Hi,

I just received an email informing me of a new TeeChart for .NET maintenance release. It states that it supports installation in Visual Studio.NET 2003 Framework v1.1.4322. Do you intend releasing a version for VS.NET.2002 Framework v1.0.3705?

Also for future reference how do you apply these updates? Is it necessary to uninstall the previous version, install the new version then recompile any projects that use TeeChart?

Paul

FrancisP
Newbie
Newbie
Posts: 14
Joined: Fri Nov 15, 2002 12:00 am

Post by FrancisP » Wed Feb 11, 2004 12:17 pm

Dear Supporter/Marc

Just installed the new maintenance release 1.1.1499.42325. I had hoped the problem with small increments (see one of my previouse emails) would have been resolved with this new version. However, I still can't get the chart to show labels at small increments (see test code below) :twisted:

Public Sub AddLine(chrt As TChart)
Dim cnt, Series As Integer,
Dim seri As New Steema.TeeChart.Styles.Line

chrt.Visible = True
chrt.Header.Text = ""
chrt.Text = "testing"
seri.Add(4, 5)
seri.Add(4.5, 5.000000000002)
chrt.Series.Add(seri)
chrt.Refresh()
End Sub

It also won't show proper axis labels for small numbers either (1E-15 or so). This is probably all driven by the private 'MinIncrement' parameter (can't find any reference to it in the release notes either)
Any suggestions?

Francis

Post Reply