Thanx Narcís!
Works swell.
Search found 8 matches
- Mon Jun 13, 2005 8:57 am
- Forum: ActiveX
- Topic: 10 points fade
- Replies: 5
- Views: 6979
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 ...
- Fri Jun 10, 2005 10:19 am
- Forum: ActiveX
- Topic: 10 points fade
- Replies: 5
- Views: 6979
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...
- Fri Jun 10, 2005 8:33 am
- Forum: ActiveX
- Topic: 10 points fade
- Replies: 5
- Views: 6979
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...
- Tue Jun 07, 2005 8:52 am
- Forum: ActiveX
- Topic: Getting point indexes
- Replies: 1
- Views: 3599
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
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
- Fri Dec 17, 2004 11:04 am
- Forum: .NET
- Topic: Using TChartLite with vb express 2005 beta
- Replies: 4
- Views: 7318
- Fri Nov 12, 2004 11:21 am
- Forum: .NET
- Topic: Using TChartLite with vb express 2005 beta
- Replies: 4
- Views: 7318
- Thu Nov 11, 2004 7:23 am
- Forum: .NET
- Topic: Using TChartLite with vb express 2005 beta
- Replies: 4
- Views: 7318
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
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