Search found 18 matches

by Bob Yeatman
Wed May 13, 2009 11:08 am
Forum: VCL
Topic: Annotation position on resize
Replies: 6
Views: 5449

Exact annotation positions

Hi,
I think internal rounding of the percentage is the problem. I'll give your suggestion a try.
Thanks much!
Bob
by Bob Yeatman
Tue May 12, 2009 3:38 pm
Forum: VCL
Topic: Annotation position on resize
Replies: 6
Views: 5449

Annotation position shift

Hi, If I make the program window very small and then full screen I can clearly see that the annotation moves relative to the chart frame and the chart title. Hmmm the movement is not huge but it is there. Try covering the title with the annotation and when you make the window small or maximize it yo...
by Bob Yeatman
Tue May 12, 2009 12:49 pm
Forum: VCL
Topic: Annotation position on resize
Replies: 6
Views: 5449

Position of Annotation

Hi, Thanks for the fast response. The annotation example in the TeeChartPro8 All Features program shows the problem. This example has 3 annotations on a chart. Click the example's edit button, select the 1st annotation (default) and go to the position tab. Next, set the position for annotation 1 to:...
by Bob Yeatman
Tue May 12, 2009 9:33 am
Forum: VCL
Topic: Annotation position on resize
Replies: 6
Views: 5449

Annotation position on resize

Hi, I have Delphi 6 and Teechart. I add an annotation to the chart and set its custom position. This work well. However, when I resize the chart the position of the annotation (relative to other chart components) moves. For example: I add an annotation and place it next to the chart’s title. Then, w...
by Bob Yeatman
Thu Mar 26, 2009 1:40 pm
Forum: VCL
Topic: AtuoScales, margins, datetime labels
Replies: 3
Views: 2692

Hi Narcís,
Thanks for the info... your suggestions worked great!
by Bob Yeatman
Tue Mar 24, 2009 11:51 am
Forum: VCL
Topic: AtuoScales, margins, datetime labels
Replies: 3
Views: 2692

Where can I put a "display label procedure"to change the DateTime lables depending on the plots date-time range. It is easy to "manually" adjust the display formats but I am not sure where the procedure should be called from. Which OnEvent is best? Is there a hidden OnAfterAutoScaling event availabl...
by Bob Yeatman
Mon Mar 23, 2009 3:49 pm
Forum: VCL
Topic: AtuoScales, margins, datetime labels
Replies: 3
Views: 2692

AtuoScales, margins, datetime labels

Hi, I have a real-time teechart with fastlines that uses auto scaling for both the Y-axis (sensor measurements) and the bottom axis (Date-time). I have 2 questions. 1) My measurements start at 0 and then jumps up to about 25 (plus/minus 0.001). The left axis auto scaling sets the scale from 0 to 25....
by Bob Yeatman
Wed Jan 07, 2009 10:56 am
Forum: VCL
Topic: Click on marks
Replies: 2
Views: 2160

Click on Marks

Thanks! I'll update to the newest version soon :-)
by Bob Yeatman
Fri Jan 02, 2009 2:16 pm
Forum: VCL
Topic: Click on marks
Replies: 2
Views: 2160

Click on marks

Hi, I have a Teechart with a PointSeries that has an onClick event. When the user clicks on the series a dialog pops up when he/she can enter text for the marks labels. This works well but... I want the dialog pop up to be shown when the user clicks on the series marks too (the user will then be abl...
by Bob Yeatman
Tue Jul 29, 2008 12:51 pm
Forum: VCL
Topic: Contour fill problem
Replies: 8
Views: 5069

Contour fill bug

Hi,
If I use the Canvas.Polygon method is it possible to do a fill with a semi-transparent color (set at 50% or so)?

I think TeeChart is a very powerful wonderful tool and the forum/support makes it priceless!

Thanks again for the help,
Bob
by Bob Yeatman
Tue Jul 29, 2008 11:26 am
Forum: VCL
Topic: Contour fill problem
Replies: 8
Views: 5069

Contour fill bug

Hi, Do you think this bug will be fixed in the near future? If so, is there a way I can track this bug nr? I don't see tacking nrs in the "Lat est vision Information". Is there a way to draw a region on the chart so I can manually fill in the contour segments? I can read each level and get the pixel...
by Bob Yeatman
Mon Jul 28, 2008 2:56 pm
Forum: VCL
Topic: Contour fill problem
Replies: 8
Views: 5069

Test program uploaded

Hi, While working through my test program I found some info on the forum suggesting that I can use "SeriesTextSource1.LoadFromFile" instead of "SeriesTextSource1.Active := True" This seems to stop the data from being cleared when I click the solid checkbox but... With LoadFromFile the series colors ...
by Bob Yeatman
Mon Jul 28, 2008 10:48 am
Forum: VCL
Topic: Contour fill problem
Replies: 8
Views: 5069

example program

Hi,
Thanks much for the response. I will send an example program tonight (in about 9 hrs) when I get back.
Thanks,
Bob
by Bob Yeatman
Fri Jul 25, 2008 3:41 pm
Forum: VCL
Topic: ChartImageTool in 3D
Replies: 1
Views: 1885

ChartImageTool in 3D

Hi, I have a 3D Contour plot and would like to put an image below the contours. I can do this by adding an image to the Bottom Wall but this image does not zoom. If I add an image using the ChartImageTool the image is always place behind the contours (on the back wall). I think the ChartImageTool is...
by Bob Yeatman
Thu Jul 24, 2008 3:01 pm
Forum: VCL
Topic: Contour fill problem
Replies: 8
Views: 5069

Contour fill problem

Hi, I am using TeeChart Pro v8.02 VCL in Delphi6 I am trying to use the ContourSeries and fill the contours as is done in the TeeDemo program (see Tee8New -> Welcome->New In Series -> Contour -> Filled). This works ok if the series data comes from FillSampleValues BUT when I fill the data by reading...