Search found 32 matches
- Wed May 06, 2009 6:05 pm
- Forum: ActiveX
- Topic: LegendPalette
- Replies: 1
- Views: 4256
LegendPalette
Hello Steema, A few issues with the LegendPalette tool in ActiveX 8.0.0.5: 1. LegendPalette Axis Name not maintained when chart is serialized and deserialized. 2. Horizontal LegendPalette vertical size resets to "33" upon serializing/deserializing. 3. No programmatic access to LegendPalette Axis pro...
- Mon Apr 28, 2008 1:57 pm
- Forum: ActiveX
- Topic: Constant Y Value, large number of points
- Replies: 4
- Views: 8745
Quick suggestion from a passer-by: maybe the values are not exactly the same and you are seeing quantization noise? Are the values mathematically equal or just really close? Try increasing the number of digits on the Y-scale - it might make it obvious what is going on. From my experience, if all you...
- Tue Apr 22, 2008 3:41 pm
- Forum: ActiveX
- Topic: Holes in IsoSurface and Contour graphs
- Replies: 3
- Views: 6700
Hi Narcis, I have uploaded a file, "contours_not_filled_in_2D.tee", that demonstrates other problems I encounter with Contour and IsoSurface plots. The following is a list of issues and steps to reproduce: 1. Contour.Filled property is not persisted when chart is saved and reloaded. This can be repr...
- Mon Apr 21, 2008 10:34 pm
- Forum: ActiveX
- Topic: Holes in IsoSurface and Contour graphs
- Replies: 3
- Views: 6700
Holes in IsoSurface and Contour graphs
Hello Steema Support, I have uploaded an example of an IsoSurface plot (holes_in_isosurface.tee, 5124 bytes) that renders incorrectly, showing "holes" in the surface. You can open the plot using a current version of TeeChart office. A similar problem occurs in Contour plots, where the triangles do n...
- Mon Apr 21, 2008 10:15 pm
- Forum: ActiveX
- Topic: Don't display data when zooming
- Replies: 10
- Views: 14557
I have also seen this before, and the problem is still present in TeeChart AX version 8. The problem I have occurs with scatter plots where X values are out of order and the Xvalues.Sort is not active (false). To increase the chances of reproducing the problem, generate a point plot with lots of ran...
- Sat Oct 27, 2007 4:18 am
- Forum: ActiveX
- Topic: Chart exception Err.Description not reported when compiled
- Replies: 3
- Views: 6430
- Wed Oct 17, 2007 1:06 am
- Forum: ActiveX
- Topic: OnGetSeriesMark event not called when using print preview
- Replies: 4
- Views: 6631
- Tue Oct 16, 2007 7:40 am
- Forum: ActiveX
- Topic: OnGetSeriesMark event not called when using print preview
- Replies: 4
- Views: 6631
OnGetSeriesMark event not called when using print preview
I am attempting to store some extra data for each point of a series using the Label field. In the OnGetSeriesMark event, I mask the extra data in the Label so it does not display. However, when I click on the Print icon in the TeeCommander and the print preview window is displayed, and the OnGetSeri...
- Wed Sep 19, 2007 2:42 am
- Forum: ActiveX
- Topic: Chart exception Err.Description not reported when compiled
- Replies: 3
- Views: 6430
Chart exception Err.Description not reported when compiled
I have found that the VB6 Err.Description property is not set for exceptions raised by the chart library when running a project that is compiled to native code. I am running ActiveX chart library v7.0.1.4. The same exception Err.Description property is set when running from the VB6 IDE. In the IDE, ...
- Wed Sep 05, 2007 3:57 am
- Forum: ActiveX
- Topic: Missing data line upon export to EMF/WMF
- Replies: 3
- Views: 5859
EMF clipboard export line missing
Narcis,
I uploaded an MS Word doc to the Attachments newsgroup showing the effect noted.
I am using TeeChart ActiveX v7.0.1.4.
Thanks,
- James
I uploaded an MS Word doc to the Attachments newsgroup showing the effect noted.
I am using TeeChart ActiveX v7.0.1.4.
Thanks,
- James
- Fri Aug 24, 2007 6:08 pm
- Forum: ActiveX
- Topic: Missing data line upon export to EMF/WMF
- Replies: 3
- Views: 5859
Missing data line upon export to EMF/WMF
I have a .tee file of an x-y chart saved where the line connecting the two first data points does not appear in an EMF/WMF export to clipboard. (2 example .tee files uploaded to attachments newsgroups). If the same chart is exported to an EMF/WMF file, the line shows up. Thanks for your assistance, ...
- Thu Feb 01, 2007 2:58 pm
- Forum: ActiveX
- Topic: Performance of Line and Point series
- Replies: 14
- Views: 21302
- Wed Jan 17, 2007 5:19 pm
- Forum: ActiveX
- Topic: Performance of Line and Point series
- Replies: 14
- Views: 21302
Hello Marc, First of all, I appreciate your clear and detailed answer. Now, a couple of comments: 1. We do know and love the FastLine series. However, for many scientific applications, such as correlation (XY) plots, the FastLine series is completely unsuitable. Also, even for signal vs. time plots ...
- Tue Jan 09, 2007 4:08 pm
- Forum: ActiveX
- Topic: Performance of Line and Point series
- Replies: 14
- Views: 21302
- Mon Dec 04, 2006 5:25 am
- Forum: ActiveX
- Topic: Multi-page chart scaling error
- Replies: 13
- Views: 15459
Thank you for your suggestion. Since I want to preserve the multi-page printing capabilities of the chart, I found that by padding the short series with AddNullXY points up to the last x value of the longer data points, I can trick the chart into displaying all pages and retain the multi-page print ...