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
Search found 7 matches
- Thu Feb 01, 2007 4:59 pm
- Forum: VCL
- Topic: AnnotationTool->Shape->Visible=false; hides frame
- Replies: 1
- Views: 6571
- Thu Feb 01, 2007 4:29 pm
- Forum: Beta versions
- Topic: TeeChart Pro v8 VCL beta
- Replies: 5
- Views: 88021
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
Thanks,
Keith
- Thu Feb 01, 2007 6:47 am
- Forum: VCL
- Topic: How to place a mark on a single data point
- Replies: 1
- Views: 10015
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...
- Fri Jan 26, 2007 2:36 pm
- Forum: VCL
- Topic: Need top and right axis exactly like bottom and left axis
- Replies: 4
- Views: 11651
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...
- Fri Sep 03, 2004 12:39 pm
- Forum: Wishes and ideas
- Topic: Why does the TC7 demo crash? See pic...
- Replies: 2
- Views: 14103
- Thu Sep 02, 2004 3:12 am
- Forum: Wishes and ideas
- Topic: Why does the TC7 demo crash? See pic...
- Replies: 2
- Views: 14103
- Thu Aug 26, 2004 8:33 pm
- Forum: VCL
- Topic: How to color area under LineSeries plot above threshole?
- Replies: 1
- Views: 7279
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 ...