Search found 37 matches

by leaf
Wed Mar 28, 2007 10:20 pm
Forum: VCL
Topic: Version 8 release date?
Replies: 1
Views: 4424

Version 8 release date?

Do we have a target date for the final release? If we purchase the current release will we get a free updata to the new version currently in beta?
by leaf
Fri Dec 15, 2006 10:12 pm
Forum: VCL
Topic: TeeChart v8 VCL Beta Released
Replies: 58
Views: 98833

Can you tell me when v.8 will be released?
by leaf
Mon Apr 17, 2006 2:38 pm
Forum: VCL
Topic: 2D strip chart
Replies: 6
Views: 11165

The bigest problem is the speed if IrregularGrid is true. I have posted many times regarding this issue and there seems to be no good answer. I have images with data that center around zero. In order to get negative numbers displayed I have to set the IrregularGrid property. This brings the plot spe...
by leaf
Mon Apr 17, 2006 2:23 pm
Forum: VCL
Topic: Bitmaps to avi file
Replies: 1
Views: 4397

Bitmaps to avi file

Has anyone ever requested or asked how to save plots (say line plots) generated with your tools to an avi file (or other movie file format)? Is there an easy way to do that?
by leaf
Sat Mar 04, 2006 2:50 pm
Forum: VCL
Topic: Sparse data in surface plots
Replies: 5
Views: 9565

There are many of these routines on the internet. I would suggest starting on the Numerical Recipes website. They have a few different interpolation routines.
by leaf
Wed Feb 15, 2006 11:34 pm
Forum: VCL
Topic: 2D strip chart
Replies: 6
Views: 11165

Thanks for your response. I saw that example and have a couple of comments. 1. While that example is running, use the cursor and zoom in on an area. When youi do that, it stops updating. 2. In orde to speed the charting up, I would like to minimize the number of points in the chart. Is there an easy...
by leaf
Wed Feb 15, 2006 2:41 pm
Forum: VCL
Topic: Tic Labeling Question
Replies: 1
Views: 4376

Tic Labeling Question

I am trying to develop a work around to the many problems with the TcolorGridSeries plot type. Specifically, because of the slow display update rate when IrregularGrid is set to true, I need to label the axis tics manually when ever they are drawn. Setting the labels manually using the following cod...
by leaf
Wed Feb 15, 2006 2:32 pm
Forum: VCL
Topic: 2D strip chart
Replies: 6
Views: 11165

2D strip chart

Is there an built in way to implement 2 strip chart using the TColorGridSeries? I have a stream of data that I want to display column by column as a moving pixel plot. Is there an example of this?
by leaf
Mon Feb 06, 2006 5:24 pm
Forum: VCL
Topic: How to add a default color palette
Replies: 1
Views: 4642

How to add a default color palette

I am using the TColorGridSeries and would like to add a new/custom color palatte like the pre-defined ones. I have tried calling SetDefaultColorPalette like in the example code Custom Palettes but this does not seem to work. Can you tell me where in your code you define the defaults like Victorian o...
by leaf
Wed Feb 01, 2006 4:20 pm
Forum: VCL
Topic: TMarksTipTool error
Replies: 4
Views: 7629

Thanks for your response.
- Is there a temporary work around for this issue?
- When do you expect to have it fixed?
- How long has this been an issue and do you think the fact that that the colors on a color plot don't match the values is a serious problem?
by leaf
Mon Jan 30, 2006 6:04 pm
Forum: VCL
Topic: TMarksTipTool error
Replies: 4
Views: 7629

After further investigation, I believe that the tip tool is reporting the correct value, it is the color displayed for the pixel that is wrong. If you zoom way in, look at the value the tip tool returns the look at the legend. the pixel color does not match the value.
by leaf
Mon Jan 30, 2006 4:41 pm
Forum: VCL
Topic: TMarksTipTool error
Replies: 4
Views: 7629

TMarksTipTool error

Have you noticed a problem when IrregularGrid is false the tip tool reports the wrong value on ColorLineSeries when zoomed? I am using a ColorLineSeries and when I zoom way in, it seems to be reporting the wrong value. When I have IrregularGrid = True, this does not seem to be an issue. Where in the...
by leaf
Tue Nov 29, 2005 1:43 pm
Forum: VCL
Topic: TColorGridSeries speed question.
Replies: 1
Views: 4746

I have been talking offline with Narcís on the TColorGridSeries speed issue while the forums were down. The slow speed is very obvious regardless of the number of points when IrregularGrid is set True. As you would expect, the more the points, the slower the plot. In the end, Narcís says that there ...
by leaf
Fri Nov 11, 2005 5:29 pm
Forum: VCL
Topic: TColorGridSeries speed question.
Replies: 1
Views: 4746

TColorGridSeries speed question.

I am using a TColorGridSeries to display images. When I put 500,000+ points in the series, it redraws EXTREMELY slow (for example, when the chart is resized, zoomed or a repaint is issued). I tried setting BufferedDisplay to false and this didn't really help. Is there anything I can do to speed this...
by leaf
Fri Oct 28, 2005 1:37 am
Forum: VCL
Topic: CalcXPos and XScreenToValue
Replies: 3
Views: 7990

I do not seem to be able to get this to work. The Locate method seems to always return a -1. Even if I put a number I know is in the XValues array.

Are you sure this works with TColorGridSeries?