Search found 104 matches

by Calou
Thu Mar 05, 2009 9:44 am
Forum: VCL
Topic: Display hh:mm:ss in marks
Replies: 8
Views: 9222

Display hh:mm:ss in marks

Hello,

In a pie i want to display values in the format hh:mm:ss (it could be for examples 124:18:12)

What is the best way to do that?

Regards
by Calou
Wed Mar 04, 2009 1:38 pm
Forum: VCL
Topic: Resize TChart at runtime
Replies: 4
Views: 5476

Wonderful :)
by Calou
Wed Mar 04, 2009 10:58 am
Forum: VCL
Topic: Resize TChart at runtime
Replies: 4
Views: 5476

Thank you for your answer.

I create my charts at run time. Have you a simple example code to create a TselectorTool and assign it to my chart?

Regards
by Calou
Tue Mar 03, 2009 5:48 pm
Forum: VCL
Topic: Resize TChart at runtime
Replies: 4
Views: 5476

Resize TChart at runtime

Hello, Would it be possible for an user to resize a chart at run time like the developer can do at design time. When my application is running i would like that the user could resize a chart by using his mouse at the chart's corner Are the TChart have special functions to do that? Thanks for help Re...
by Calou
Mon Mar 02, 2009 2:14 pm
Forum: VCL
Topic: Legend bottom
Replies: 2
Views: 3969

It is good with Legend.RectLegend.Bottom only

Thank you

Regards
by Calou
Mon Mar 02, 2009 11:54 am
Forum: VCL
Topic: Legend bottom
Replies: 2
Views: 3969

Legend bottom

Hello,

I want to place a component under the legend. I can have the left point with legend.left but for the top if i use legend.height with legend.top the point is not correct.

How could i do to have the coordinate of the legend's bottom?

Regards
by Calou
Tue Feb 24, 2009 5:15 pm
Forum: VCL
Topic: Duplicate a chart
Replies: 2
Views: 4695

Duplicate a chart

Hello, On a form at design time i have created a chart with one series. I would like to create at run time one or several charts with the same series and the same properties than the previous and draw it below the first chart (the series values are not the same). What is the best way to do that? Is ...
by Calou
Thu Jan 15, 2009 10:01 am
Forum: VCL
Topic: ChartEditor saving data
Replies: 1
Views: 2659

ChartEditor saving data

Hello,

Is there is a "simple" way to save changes done by user with ChartEditor.
For example an user modify the color of a serie. When the application is relaunch, the serie have the new color.

Regards
by Calou
Tue Dec 09, 2008 1:02 pm
Forum: VCL
Topic: Teecommander and Chart title
Replies: 3
Views: 3962

I send a picture of my problem on your upload page (title.jpg)

Regards[/img]
by Calou
Tue Dec 09, 2008 11:52 am
Forum: VCL
Topic: Teecommander and Chart title
Replies: 3
Views: 3962

Teecommander and Chart title

Hello,

If i put a teecommander on my char, the chart's title appears in the teecommander.
How could prevent it?

Thank you

Regards
by Calou
Wed Dec 03, 2008 10:44 am
Forum: VCL
Topic: Translate Teecommander
Replies: 3
Views: 4038

Ok i find that i have to use TeeTranslateControl

Regards
by Calou
Wed Dec 03, 2008 10:20 am
Forum: VCL
Topic: Translate Teecommander
Replies: 3
Views: 4038

Are we agree that i am talking about the hints of Teecommander?

Because i have done TeeSetFrench; but the hints are always in english

Regards
by Calou
Wed Dec 03, 2008 9:51 am
Forum: VCL
Topic: Translate Teecommander
Replies: 3
Views: 4038

Translate Teecommander

Hello,

Is it possible to translate the hints of a teecommander?

Thank you for help

Regards
by Calou
Fri Nov 28, 2008 3:52 pm
Forum: VCL
Topic: Draw Average TBarSeries
Replies: 12
Views: 11157

Ok Narcis,

It seems that it works good. I draw cutted average series :)

I am going to do more test.

Thank you for help

Regards
by Calou
Fri Nov 28, 2008 10:34 am
Forum: VCL
Topic: Draw Average TBarSeries
Replies: 12
Views: 11157

Thank you Narcis for your answer If i write this code : procedure TForm1.Button1Click(Sender: TObject); var delta_x,x_deb,x_fin:double; begin Chart1.LeftAxis.Automatic:=FALSE; Chart1.LeftAxis.Minimum:=0; Chart1.LeftAxis.Maximum:=100; Chart1.LeftAxis.Increment:=20; Series1.AddXY(0,50,'P1'); Series2.A...