Search found 8 matches

by Maximus
Thu Nov 25, 2004 8:20 am
Forum: VCL
Topic: Getting series Index of Mouse X Pos
Replies: 4
Views: 7983

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...
by Maximus
Thu Nov 25, 2004 7:45 am
Forum: VCL
Topic: Plotting broken lines
Replies: 7
Views: 10178

Nevermind, I missed the IgnoreNulls property for TFastLineSeries. It finally works! I am ecstatic! :D
by Maximus
Wed Nov 24, 2004 7:21 pm
Forum: VCL
Topic: Plotting broken lines
Replies: 7
Views: 10178

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...
by Maximus
Wed Nov 24, 2004 11:58 am
Forum: VCL
Topic: Plotting broken lines
Replies: 7
Views: 10178

I tried deleting the specific points, but TChart reconnects the two points on either side of the deleted point. This is not the result I am looking for. I need to have a gap between 2 or more points. Is this at all possible?
by Maximus
Wed Nov 24, 2004 8:33 am
Forum: VCL
Topic: Plotting broken lines
Replies: 7
Views: 10178

Ok, found it. Previously I only downloaded the TeeChart Pro source package, I didn't know that there's a 16MB installer containing all the rest of the stuff. Sorry, my mistake! :oops: :)
by Maximus
Tue Nov 23, 2004 6:26 pm
Forum: VCL
Topic: Plotting broken lines
Replies: 7
Views: 10178

Thx for your response Pep! I do have the compiled Demo for TeeChart 7, but I can't find the source code for it anywhere. I looked under All Downloads as well as Customer downloads. Could you perhaps provide me with the URL to the demo's source code?

Thx for your help!
by Maximus
Tue Nov 23, 2004 12:09 pm
Forum: VCL
Topic: Plotting broken lines
Replies: 7
Views: 10178

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...
by Maximus
Tue Nov 23, 2004 12:01 pm
Forum: VCL
Topic: Getting series Index of Mouse X Pos
Replies: 4
Views: 7983

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...