Axis lables for small numbers/ small increments still not wo
Posted: Fri Feb 13, 2004 8:52 pm
Hi Marc/Chris/Pepe
I posted this question a couple of days ago under another heading (as a reply) and got no reaction at all, so I'll post it again as a new subject just in case it slipped past your attenton. Sorry for the duplication.
Just installed the new maintenance release 1.1.1499.42325. I had hoped the problem with small increments (see some 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)
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
More seriously, it also won't show proper axis labels for small numbers (1E-15 or so). Often the axis doesn't show anything else than a 0 value. Changing the settings (e.g. label format, label increment) manually won't work either. This is probably all driven by the private 'MinIncrement' parameter (can't find any references to this (by now) known problem in the release notes). These label problems are starting to be serious so any suggestion would be welcome!
Francis
I posted this question a couple of days ago under another heading (as a reply) and got no reaction at all, so I'll post it again as a new subject just in case it slipped past your attenton. Sorry for the duplication.
Just installed the new maintenance release 1.1.1499.42325. I had hoped the problem with small increments (see some 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)
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
More seriously, it also won't show proper axis labels for small numbers (1E-15 or so). Often the axis doesn't show anything else than a 0 value. Changing the settings (e.g. label format, label increment) manually won't work either. This is probably all driven by the private 'MinIncrement' parameter (can't find any references to this (by now) known problem in the release notes). These label problems are starting to be serious so any suggestion would be welcome!
Francis