Search found 15 matches
- Tue Mar 04, 2008 11:46 am
- Forum: ActiveX
- Topic: Properties saved in .tee files (ActiveX v7.0.1.4)
- Replies: 4
- Views: 7723
Hi Pep, thank you for your reply. The workaround you suggest is exactly what I have implemented. However, while implementing it, it crossed my mind that another workaround might be to temporarily apply the default TeeChart palette before exporting. This way the colors not matching this would be save...
- Tue Feb 26, 2008 12:44 pm
- Forum: ActiveX
- Topic: Properties saved in .tee files (ActiveX v7.0.1.4)
- Replies: 4
- Views: 7723
Hi Narcís, thank you for your swift reply. I tested your trick concerning saving the border/pen color, and I do get the LinePen.Color entry in the .tee file for both series now. For the first series only SeriesColor is saved. LinePen color is not saved because black is the defaul color. However, if ...
- Tue Feb 26, 2008 10:41 am
- Forum: ActiveX
- Topic: Properties saved in .tee files (ActiveX v7.0.1.4)
- Replies: 4
- Views: 7723
Properties saved in .tee files (ActiveX v7.0.1.4)
Hi, using TeeChart ActiveX v7 (7.0.1.4), I am experiencing some unexpected behavior regarding what is exported from the TeeChart to .tee files (binary as well as text format). We have defined our own custom palette for series colors, and we are applying the colors programmatically by calling both th...
- Tue Feb 05, 2008 6:41 am
- Forum: ActiveX
- Topic: Uniquely identifying a series
- Replies: 3
- Views: 5805
Hi Narcís, thank you for your reply. As far as I can see, the value of the Series.Title attribute is displayed in the chart legend (maybe this can be avoided, but I did not immediately find out), so I am currently using that for more human readable purposes. I am pretty certain that I can work aroun...
- Mon Feb 04, 2008 7:40 am
- Forum: ActiveX
- Topic: Uniquely identifying a series
- Replies: 3
- Views: 5805
Uniquely identifying a series
Hello, using TeeChart ActiveX version 7.0.1.4, I am trying to maintain a link between my TeeChart series and my application-specific plot extensions. This link needs to be persistent, i.e. I must be able to save the TeeChart state to a .tee file and save the extensions state to another file, and sti...
- Fri Nov 02, 2007 12:56 pm
- Forum: ActiveX
- Topic: Tooltips on legend items?
- Replies: 1
- Views: 4023
Tooltips on legend items?
Hi,
just a quick question:
Is there any way of providing tooltips for legend items?
just a quick question:
Is there any way of providing tooltips for legend items?
- Mon Sep 10, 2007 5:12 am
- Forum: ActiveX
- Topic: TextExport formatting problem
- Replies: 4
- Views: 6982
- Fri Sep 07, 2007 1:01 pm
- Forum: ActiveX
- Topic: TextExport formatting problem
- Replies: 4
- Views: 6982
TextExport formatting problem
Hello, using TeeChart v7 (7.0.1.4) and C++, I am experiencing a problem with the output text when more than one series are available. If any of the series have more data points than the first series, the columns in the output text are shifted left, so the data seems mangled. Here is an example: X1 Y...
- Mon Jul 02, 2007 2:41 pm
- Forum: ActiveX
- Topic: Ticks for minimum and maximum values
- Replies: 2
- Views: 5047
- Mon Jul 02, 2007 2:20 pm
- Forum: ActiveX
- Topic: Ticks for minimum and maximum values
- Replies: 2
- Views: 5047
Ticks for minimum and maximum values
Hi, I am using a Line series in TChart ActiveX v7.0.1.4, and my clients are complaining that the minimum and maximum data values are not displayed on the y-axis. As an example I have a data collection consisting of a number of values, where the minimum value is 56.122 and the maximum value is 56.157...
- Thu May 31, 2007 11:07 am
- Forum: VCL
- Topic: Legend hides automatically
- Replies: 8
- Views: 13909
- Thu May 31, 2007 10:24 am
- Forum: VCL
- Topic: Legend hides automatically
- Replies: 8
- Views: 13909
Hello Narcís, thank you for your quick reply! You guys seem to be very service-minded towards your customers. Big credits. :D I am using TeeChart AX version 7. Unfortunately I do not have any sample code readily available. I am fairly certain, though, that you will be able to reproduce the problem i...
- Thu May 31, 2007 8:44 am
- Forum: VCL
- Topic: Legend hides automatically
- Replies: 8
- Views: 13909
I see this is an old issue, but I have a similar problem on the ActiveX side, and just wanted to know if any solution has been developed since Dobedani's post. Personally I would like to be able to configure the legend to simultaneously: - be positioned relative to the top/left corner of the panel ,...
- Thu May 03, 2007 11:46 am
- Forum: .NET
- Topic: ColorGrid, GridPalette and GetLegendText event
- Replies: 2
- Views: 5282
- Thu May 03, 2007 8:27 am
- Forum: .NET
- Topic: ColorGrid, GridPalette and GetLegendText event
- Replies: 2
- Views: 5282
ColorGrid, GridPalette and GetLegendText event
Hello, I am using a ColorGrid series and GridPalette entries to show a plot of color codes. To have the legend show the description for each color, I use the LegendStyle.Palette and handle the GetLegendText event. Now, my problem is that I have a hard time matching the description text with the corr...