Search found 8 matches
- Thu Nov 25, 2004 8:20 am
- Forum: VCL
- Topic: Getting series Index of Mouse X Pos
- Replies: 4
- Views: 8029
The TCursorTool ended up giving me the perfect solution. When setting the Snap property to True for the TCursorTool, it provides me with the ValueIndex in it's OnChange event handler. This is exactly what I needed! I found the solution in the TeeChart 7 Pro Demo under All Futures -> Tools -> Cursors...
- Thu Nov 25, 2004 7:45 am
- Forum: VCL
- Topic: Plotting broken lines
- Replies: 7
- Views: 10257
- Wed Nov 24, 2004 7:21 pm
- Forum: VCL
- Topic: Plotting broken lines
- Replies: 7
- Views: 10257
Thanks for the help so far. The SetNull and AddNullXY methods were exactly what I was looking for. Unfortunately I ran into another problem. The SetNull and AddNullXY methods only works on TLineSeries and not on TFastLineSeries. I tried using TLineSeries before but because of the amount of data I ha...
- Wed Nov 24, 2004 11:58 am
- Forum: VCL
- Topic: Plotting broken lines
- Replies: 7
- Views: 10257
- Wed Nov 24, 2004 8:33 am
- Forum: VCL
- Topic: Plotting broken lines
- Replies: 7
- Views: 10257
- Tue Nov 23, 2004 6:26 pm
- Forum: VCL
- Topic: Plotting broken lines
- Replies: 7
- Views: 10257
- Tue Nov 23, 2004 12:09 pm
- Forum: VCL
- Topic: Plotting broken lines
- Replies: 7
- Views: 10257
Plotting broken lines
Hi, as explained in my previous post , I plot Measurements over Time using a TFastLineSeries. The Measurement (amplitude) is plotted on the Y axis and the Time is plotted on the X axis. The software I'm developing communicates with a hardware device and records information received from the hardware...
- Tue Nov 23, 2004 12:01 pm
- Forum: VCL
- Topic: Getting series Index of Mouse X Pos
- Replies: 4
- Views: 8029
Getting series Index of Mouse X Pos
Hi, I've got a chart showing Measurements over Time using TFastLineSeries lines. The measurement result (amplitude) is plotted on the Y axis and the time scale is plotted on the X axis. I also store detailed information about each measurement in a seperate array. The series line is filled using valu...