Search found 15 matches

by SSkov
Tue Mar 04, 2008 11:46 am
Forum: ActiveX
Topic: Properties saved in .tee files (ActiveX v7.0.1.4)
Replies: 4
Views: 7647

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...
by SSkov
Tue Feb 26, 2008 12:44 pm
Forum: ActiveX
Topic: Properties saved in .tee files (ActiveX v7.0.1.4)
Replies: 4
Views: 7647

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 ...
by SSkov
Tue Feb 26, 2008 10:41 am
Forum: ActiveX
Topic: Properties saved in .tee files (ActiveX v7.0.1.4)
Replies: 4
Views: 7647

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...
by SSkov
Tue Feb 05, 2008 6:41 am
Forum: ActiveX
Topic: Uniquely identifying a series
Replies: 3
Views: 5732

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...
by SSkov
Mon Feb 04, 2008 7:40 am
Forum: ActiveX
Topic: Uniquely identifying a series
Replies: 3
Views: 5732

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...
by SSkov
Fri Nov 02, 2007 12:56 pm
Forum: ActiveX
Topic: Tooltips on legend items?
Replies: 1
Views: 3971

Tooltips on legend items?

Hi,

just a quick question:

Is there any way of providing tooltips for legend items?
by SSkov
Mon Sep 10, 2007 5:12 am
Forum: ActiveX
Topic: TextExport formatting problem
Replies: 4
Views: 6870

Hi Narcís,

thank you for your quick response.

Regarding future releases: Will there be any more version 7.x.x releases, or do we need to upgrade to version 8 to get the bugfix for this?
by SSkov
Fri Sep 07, 2007 1:01 pm
Forum: ActiveX
Topic: TextExport formatting problem
Replies: 4
Views: 6870

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...
by SSkov
Mon Jul 02, 2007 2:41 pm
Forum: ActiveX
Topic: Ticks for minimum and maximum values
Replies: 2
Views: 4963

Hi Narcís,

thank you very much for the blisteringly fast reply! Again, I am quite amazed at how quick you guys answer support questions. :D
by SSkov
Mon Jul 02, 2007 2:20 pm
Forum: ActiveX
Topic: Ticks for minimum and maximum values
Replies: 2
Views: 4963

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...
by SSkov
Thu May 31, 2007 11:07 am
Forum: VCL
Topic: Legend hides automatically
Replies: 8
Views: 13740

Thanks Narcís,

I will try the approach you describe.

The exact version, which I am using is v7.0.1.2, so I will download the newest update before continuing.

Thanks again for your help.
by SSkov
Thu May 31, 2007 10:24 am
Forum: VCL
Topic: Legend hides automatically
Replies: 8
Views: 13740

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...
by SSkov
Thu May 31, 2007 8:44 am
Forum: VCL
Topic: Legend hides automatically
Replies: 8
Views: 13740

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 ,...
by SSkov
Thu May 03, 2007 11:46 am
Forum: .NET
Topic: ColorGrid, GridPalette and GetLegendText event
Replies: 2
Views: 5181

Hi Narcís,

thank you for your quick response. Hopefully I can now rest assured that my solution will not suddenly break as a result of bug-fixes in the future. 8)

Regards

Steffen Skov
Senior Consultant
SPTGroup
by SSkov
Thu May 03, 2007 8:27 am
Forum: .NET
Topic: ColorGrid, GridPalette and GetLegendText event
Replies: 2
Views: 5181

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...