Search found 7 matches

by keith
Thu Feb 01, 2007 4:59 pm
Forum: VCL
Topic: AnnotationTool->Shape->Visible=false; hides frame
Replies: 1
Views: 5412

AnnotationTool->Shape->Visible=false; hides frame

AnnotationTool->Shape->Visible=false; hides the frame, but the text is still visible.

Meanwhile,

AnnotationTool->Shape->Frame->Visible=false; does exactly the same thing.. hide the frame, only, as expected.

Why doesn't AnnotationTool->Shape->Visible=false; hides the entire object?

Keith
by keith
Thu Feb 01, 2007 4:29 pm
Forum: Beta versions
Topic: TeeChart Pro v8 VCL beta
Replies: 5
Views: 38111

TeeChart Pro v8 VCL beta

I'd like to beta test v8. My usage is instrumentation data display, generally with up to 8 series on multiple charts per application, and with various tools.

Thanks,

Keith
by keith
Thu Feb 01, 2007 6:47 am
Forum: VCL
Topic: How to place a mark on a single data point
Replies: 1
Views: 6465

How to place a mark on a single data point

I have an line series and have already placed data points using Series1->AddXY(xdata[istart+k],ydata[istart+k],"",clGreen); filled from xdata and ydata arrays, while varying istart and k. Later I need to mark a specific point with a label. What is the C++ syntax to display a label, only on a specifi...
by keith
Fri Jan 26, 2007 2:36 pm
Forum: VCL
Topic: Need top and right axis exactly like bottom and left axis
Replies: 4
Views: 9213

Need top and right axis exactly like bottom and left axis

I need the right (vertical) axis ticks and numbering to appear exactly as on the left side, and also need the top (horizontal) axis ticks and numbering to appear exactly as on the bottom. This is for a simple x-y line graphing. On the TChart editor I select top (or right) and enable Visible. Neither...
by keith
Fri Sep 03, 2004 12:39 pm
Forum: Wishes and ideas
Topic: Why does the TC7 demo crash? See pic...
Replies: 2
Views: 11211

David,

I am running Win98 2nd. I use Explorer 5.5, Mozilla 1.6, and Netscape 4.79.

Video resolution is 800x600, 32-bit color. Video card is GeForce 4 MS 420, machine is P4 2.8gHz.

After demo startup, the error is produced. When OK is clicked, the app runs correctly thereafter

Thanks,

keith
by keith
Thu Sep 02, 2004 3:12 am
Forum: Wishes and ideas
Topic: Why does the TC7 demo crash? See pic...
Replies: 2
Views: 11211

Why does the TC7 demo crash? See pic...

http://pages.sbcglobal.net/kdopson/Prob1.jpg

This is immediately after startup.
by keith
Thu Aug 26, 2004 8:33 pm
Forum: VCL
Topic: How to color area under LineSeries plot above threshole?
Replies: 1
Views: 5986

How to color area under LineSeries plot above threshole?

I have a number of FastLine series. I wish to color the area below one series, and above another. One series is variable (x,y) points, the other is only a pair of points, being the left end, and right end of a threshold line. How to color the area below first series, and above other series? *** * X ...