Search found 8 matches

by SAJ
Mon Jun 13, 2005 11:52 am
Forum: ActiveX
Topic: 10 points fade
Replies: 5
Views: 6955

Thanx Narcís!
Works swell.
by SAJ
Mon Jun 13, 2005 8:57 am
Forum: ActiveX
Topic: 10 points fade
Replies: 5
Views: 6955

Work around, still not good though

Hi, I've made a work around, but it's still not good. Private Sub AddValue(rValue As Single) Dim i, icnt As Integer Static aValues(1, 9) As Single icnt = cht.Series(0).Count cht.Series(0).Clear Do While i < icnt aValues(0, i) = aValues(0, i + 1) aValues(1, i) = aValues(1, i + 1) cht.Series(0).AddXY ...
by SAJ
Fri Jun 10, 2005 10:19 am
Forum: ActiveX
Topic: 10 points fade
Replies: 5
Views: 6955

No, it doesn't work as I would like it to. It still deletes the value with the lowest x-value not the first added. I modified a bit, to show you. Dim aXValues(20) As Double Dim aYValues(20) As Double Dim iIndex As Integer Private Sub Form_Click() chtOptimalTrim.Series(0).AddXY aXValues(iIndex), aYVa...
by SAJ
Fri Jun 10, 2005 8:33 am
Forum: ActiveX
Topic: 10 points fade
Replies: 5
Views: 6955

10 points fade

Hi, I have a chart in which I want only 10 values and the point color should fade out from red. Currently it looks like this: chtOptimalTrim.Series(0).AddXY rValue, rYValue, "", vbRed If chtOptimalTrim.Series(0).Count < 10 Then icnt = chtOptimalTrim.Series(0).Count For i = 1 To icnt chtOptimalTrim.S...
by SAJ
Tue Jun 07, 2005 8:52 am
Forum: ActiveX
Topic: Getting point indexes
Replies: 1
Views: 3586

Getting point indexes

Hi!
I'd like to obtain the point indexes for the visible points in my chart.
The bottom axis is date-time and the left axis has doubles.
I've tried cht.Series(0).XValues.Locate(cht.Axis.bottom.Minimum) but it seems like there is no point at that exact value and so it returns -1 :(

TIA
/Kejpa
by SAJ
Fri Dec 17, 2004 11:04 am
Forum: .NET
Topic: Using TChartLite with vb express 2005 beta
Replies: 4
Views: 7278

Hi,
I understand, no promises made helps in having no promises broken ;)

I'd be happy to try your beta for .NET 2005 if I may.

/Kjell Hansen
Software Engineer
SAJ Instruments Ab Ltd
Mariehamn, Åland, Finland
by SAJ
Fri Nov 12, 2004 11:21 am
Forum: .NET
Topic: Using TChartLite with vb express 2005 beta
Replies: 4
Views: 7278

Have you any estimation what so ever for a date when it's available?

Can you notify me when it's due?

/Kjell Hansen
Software Engineer
SAJ Instruments Ab Ltd
Mariehamn, Åland, Finland
by SAJ
Thu Nov 11, 2004 7:23 am
Forum: .NET
Topic: Using TChartLite with vb express 2005 beta
Replies: 4
Views: 7278

Using TChartLite with vb express 2005 beta

Hi,
I'm trying to use the TChartLite with VB Express 2005 Beta, but it will not
work.
Have you tested it, is there an update available?

TIA
Kjell Hansen
Software Engineer
SAJ Instruments Ab Ltd
Mariehamn, Åland, Finland