Search found 104 matches

by Calou
Thu Apr 30, 2009 10:16 am
Forum: VCL
Topic: TcursorTool and show y value of several series
Replies: 4
Views: 5436

I have an other problem with tcursortool

On the ChartTool1Change event when i want to read the valueindex it is always -1 ??

Regards
by Calou
Thu Apr 30, 2009 7:34 am
Forum: VCL
Topic: TcursorTool and show y value of several series
Replies: 4
Views: 5436

TcursorTool and show y value of several series

Hello, I have this chart http://www.cijoint.fr/cjlink.php?file=cj200904/cijNr7Ap2N.jpg I use TCursorTool and i want to display all the y values of the series for a x value. I am able to display it for one series but for all i don't find the correct way How could i do that? Thank you for help Regards
by Calou
Tue Apr 28, 2009 2:10 pm
Forum: VCL
Topic: Multi scale chart
Replies: 3
Views: 4595

Hello Yeray,

I prefer to have the series on the same chart and have several left axis (one per series see the link)
http://www.cijoint.fr/cjlink.php?file=c ... bOnDnT.jpg

Thank you

Regards
by Calou
Tue Apr 28, 2009 12:56 pm
Forum: VCL
Topic: Multi scale chart
Replies: 3
Views: 4595

Multi scale chart

Hello, I have to draw multiple series on the same chart that have different left axis values. For example one series has y values between 0-10 one other between 100-200 one other between 1000-1500 ... Is it possible to do that and if yes what is the best way to do that with Tchar component? Is there...
by Calou
Thu Apr 23, 2009 2:57 pm
Forum: VCL
Topic: Question of TMapSeries Control
Replies: 2
Views: 5187

That works

Thx :)
by Calou
Thu Apr 23, 2009 12:09 pm
Forum: VCL
Topic: Question of TMapSeries Control
Replies: 2
Views: 5187

Question of TMapSeries Control

Hi all I want to know if we can modifier in the TMapSeries the map added with the map by default, in fact, what i need is a french map, but i had a error when i tied to delete all the other maps but the France, the control was correctly show in the visual editor, but it shows Luxembourg and Australi...
by Calou
Mon Mar 23, 2009 11:06 am
Forum: VCL
Topic: Teecommander undo explode
Replies: 3
Views: 4721

Hello,

I am not talking about deleting series but explode pie.

Regards
by Calou
Thu Mar 19, 2009 12:10 pm
Forum: VCL
Topic: Teecommander undo explode
Replies: 3
Views: 4721

Teecommander undo explode

Hello,

With Teecommander the users can explode pie with the mouse.
How can we do to "undo" it, is there is a key or mouse command?

thanks

Regards
by Calou
Fri Mar 06, 2009 4:47 pm
Forum: VCL
Topic: Display hh:mm:ss in marks
Replies: 8
Views: 9211

It works good

Thank you
by Calou
Fri Mar 06, 2009 3:42 pm
Forum: VCL
Topic: Display hh:mm:ss in marks
Replies: 8
Views: 9211

Hello, To solve my problem i have used OnGetMarkText However i want to use TMarksTipTool and now the hint is always the marks value and i would like to have the legend value In my example i would like to hint TEST http://www.cijoint.fr/cjlink.php?file=cj200903/cijt1oWlI6.jpg Here is the code of the ...
by Calou
Fri Mar 06, 2009 2:49 pm
Forum: VCL
Topic: Marks not in the frame
Replies: 2
Views: 3917

good :)

thanks
by Calou
Fri Mar 06, 2009 2:17 pm
Forum: VCL
Topic: Marks not in the frame
Replies: 2
Views: 3917

Marks not in the frame

Hello,

When i create a pie and i active the marks here is what i obtain

http://www.cijoint.fr/cjlink.php?file=c ... f38qeA.jpg

we can see that the mark on the left is not entire

How could i solve it?

Thanks

Regards
by Calou
Thu Mar 05, 2009 5:19 pm
Forum: VCL
Topic: Display hh:mm:ss in marks
Replies: 8
Views: 9211

i have used ongetmarktext and it works good

Thank you for help
by Calou
Thu Mar 05, 2009 11:06 am
Forum: VCL
Topic: Display hh:mm:ss in marks
Replies: 8
Views: 9211

In order to be more precise

Here is the code that convert the data in date time (hh:mm:ss)

Code: Select all

    dt:=FloatToDateTime(frmMain.IBCQryRd.FieldByName('DUREE').AsFloat);
    test:=FormatFloat('00',HoursBetween(dt,0))+':'+FormatFloat('00',MinuteOf(dt))+':'+FormatFloat('00',SecondOf(dt));
by Calou
Thu Mar 05, 2009 11:02 am
Forum: VCL
Topic: Display hh:mm:ss in marks
Replies: 8
Views: 9211

I have tried it but in the legend myTimeString appears.

My data are like it
10:00:50 name1
485:57:20 name2
965:10:12 name3
...

in the marks i want the first column and in the legend the second column

How could i do that?

Many thanks for help


Regards