Search found 35 matches

by ibauer
Sun Nov 11, 2007 7:40 pm
Forum: VCL
Topic: Customized axis labels
Replies: 9
Views: 14201

Hi Pep,

Thanks for your suggestion. I'll give it a go.

Ivo
by ibauer
Fri Nov 02, 2007 12:52 pm
Forum: VCL
Topic: Custom axes and the metrics
Replies: 2
Views: 5126

Hi Narcís, The IStartPos and IEndPos were exactly the properties I was after. Thanks for your advice! Regarding your first response, I have realized that I was asking a wrong question. I actually wanted to know if the point under the mouse cursor lies in a band/rectange whose boundary is determined ...
by ibauer
Fri Nov 02, 2007 11:43 am
Forum: VCL
Topic: Custom axes and the metrics
Replies: 2
Views: 5126

Custom axes and the metrics

Hi, I've got a chart that has a bottom (time) axis and a couple of vertical custom axes. I need your help to be able to achieve the following: 1) Given the mouse cursor position, determine which vertical axis the mouse is over at the moment so that I can calculate the corresponding coordinates. Norm...
by ibauer
Fri Nov 02, 2007 10:56 am
Forum: VCL
Topic: An easy way to toggle the visibility of series?
Replies: 7
Views: 9786

Ok, then guess what - you have just given me a reason to update my development environment today. :wink:
by ibauer
Fri Nov 02, 2007 10:48 am
Forum: VCL
Topic: An easy way to toggle the visibility of series?
Replies: 7
Views: 9786

Hi Narcís,

Thanks for the suggestion! Do you know if this is supported by TeeChart v7? I'm registered user of version 8 as well but I do not have it installed at the moment (so many things to do before I'll be able to migrate to RAD Studio 2007 and TeeChart v8 ).
by ibauer
Fri Nov 02, 2007 9:42 am
Forum: VCL
Topic: An easy way to toggle the visibility of series?
Replies: 7
Views: 9786

An easy way to toggle the visibility of series?

Hi, I have to visualize a dependence of several kinds of data on time. For example, A=A(time), B=B(time), C=C(time) and so on. Bottom axis shows the time and the left axis shows the data series, be it A, B, C etc. I have a legend with check boxes that user can use to toggle the visibility of the ser...
by ibauer
Tue Oct 30, 2007 1:06 pm
Forum: VCL
Topic: Customized axis labels
Replies: 9
Views: 14201

Hi Yeray, If I understood well, you're trying to achieve something similar to the following. Note that we compare the maximum and minimum of the bottom axis and, if they are the same, we're showing only a day and we have to show only the 5 last characters of the Labels: Thanks, although this is not ...
by ibauer
Wed Oct 24, 2007 10:26 am
Forum: VCL
Topic: Customized axis labels
Replies: 9
Views: 14201

Hi Yeray, Why don't you try to compare partial strings (at labels) to identify the same day points? That might be possible (using TChartAxis.LabelValue method), but even then, how can I possibly know upfront at which data points the labels will appear? Note that we are still within the OnGetAxisLabe...
by ibauer
Mon Oct 22, 2007 9:31 pm
Forum: VCL
Topic: Customized axis labels
Replies: 9
Views: 14201

Just talking to myself. One idea would be to determine the actual value of axis increment (not the desired value as held by the Increment property). Should this value be less than one, I would consider that as an indication that there are at least two or more labels for the same day. I discovered th...
by ibauer
Mon Oct 22, 2007 2:23 pm
Forum: VCL
Topic: Customized axis labels
Replies: 9
Views: 14201

Hi Narcís, Maybe you could use the OnGetAxisLabel event for that. Thanks for your suggestion. This does tell me where I'm supposed to insert my code, but it does not tell me how do I determine if there are more than one label for the same day in month, at that time. Do you have any idea? Thanks, aga...
by ibauer
Sun Oct 21, 2007 10:46 pm
Forum: VCL
Topic: Customized axis labels
Replies: 9
Views: 14201

Customized axis labels

Hi all, Background: Bottom axis displays values as a datetime (series' datetime property is set to true for that axis), Increment property equals to one hour and ExactDateTime is set to False because I didn't like that alternating label "effect" when panning the chart with mouse. My problem is that ...
by ibauer
Sun Oct 21, 2007 10:30 pm
Forum: VCL
Topic: Floating vertical line with a description
Replies: 4
Views: 8409

Maybe a bit late, but let me thank to both of you for providing suggestions that led me on the right track!
by ibauer
Tue Sep 04, 2007 8:53 pm
Forum: VCL
Topic: Floating vertical line with a description
Replies: 4
Views: 8409

Floating vertical line with a description

Hi, I have a TChart that is used to display trend history of various data. Bottom axis is a time axis, data are divided into multiple series. Now I also need to visualize certain events that occured during the history. So, I need to be able to draw a vertical line at certain date/time across the who...
by ibauer
Tue Jun 12, 2007 12:23 pm
Forum: VCL
Topic: TeeRecompile.exe from 7.11 broken for BDS2006?
Replies: 0
Views: 5048

TeeRecompile.exe from 7.11 broken for BDS2006?

Hi, I've been trying to install Teechart Pro VCL 7.11 into both BDS2006/Win32 and Delphi 2007 for Win32 at the same time (binary installer first, then source code and finally launched TeeRecompile.exe). Everything went OK. Then I tried to compile a new features demo example, while I was successfull ...
by ibauer
Tue May 08, 2007 10:14 am
Forum: VCL
Topic: Chart Preview
Replies: 6
Views: 10121

Thanks for confirmation. It's nice to hear that this bug has already been solved in the forthcoming v8. Can't wait to get my hands on it.