Search found 37 matches
- Wed Mar 28, 2007 10:20 pm
- Forum: VCL
- Topic: Version 8 release date?
- Replies: 1
- Views: 4459
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?
- Fri Dec 15, 2006 10:12 pm
- Forum: VCL
- Topic: TeeChart v8 VCL Beta Released
- Replies: 58
- Views: 100710
- Mon Apr 17, 2006 2:38 pm
- Forum: VCL
- Topic: 2D strip chart
- Replies: 6
- Views: 11264
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...
- Mon Apr 17, 2006 2:23 pm
- Forum: VCL
- Topic: Bitmaps to avi file
- Replies: 1
- Views: 4434
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?
- Sat Mar 04, 2006 2:50 pm
- Forum: VCL
- Topic: Sparse data in surface plots
- Replies: 5
- Views: 9641
- Wed Feb 15, 2006 11:34 pm
- Forum: VCL
- Topic: 2D strip chart
- Replies: 6
- Views: 11264
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...
- Wed Feb 15, 2006 2:41 pm
- Forum: VCL
- Topic: Tic Labeling Question
- Replies: 1
- Views: 4409
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...
- Wed Feb 15, 2006 2:32 pm
- Forum: VCL
- Topic: 2D strip chart
- Replies: 6
- Views: 11264
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?
- Mon Feb 06, 2006 5:24 pm
- Forum: VCL
- Topic: How to add a default color palette
- Replies: 1
- Views: 4678
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...
- Wed Feb 01, 2006 4:20 pm
- Forum: VCL
- Topic: TMarksTipTool error
- Replies: 4
- Views: 7685
- Mon Jan 30, 2006 6:04 pm
- Forum: VCL
- Topic: TMarksTipTool error
- Replies: 4
- Views: 7685
- Mon Jan 30, 2006 4:41 pm
- Forum: VCL
- Topic: TMarksTipTool error
- Replies: 4
- Views: 7685
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...
- Tue Nov 29, 2005 1:43 pm
- Forum: VCL
- Topic: TColorGridSeries speed question.
- Replies: 1
- Views: 4787
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 ...
- Fri Nov 11, 2005 5:29 pm
- Forum: VCL
- Topic: TColorGridSeries speed question.
- Replies: 1
- Views: 4787
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...
- Fri Oct 28, 2005 1:37 am
- Forum: VCL
- Topic: CalcXPos and XScreenToValue
- Replies: 3
- Views: 8046