Search found 6 matches

by BernardLimont
Wed Oct 26, 2005 11:34 am
Forum: VCL
Topic: Print a graph
Replies: 1
Views: 3536

Print a graph

Hi, I use TChartPro v 6.01 For printing a graph (with lines and annotation) that is what I do : procedure TMDITeeGraphDlg.SBtnPrintClick(Sender: TObject); begin ChartGra.ClipPoints:=True; TeeClipWhenPrinting:=True; TeeClipWhenMetafiling:=True; ChartPreviewer1.Chart:=ChartGra; ChartPreviewer1.Execute...
by BernardLimont
Thu Oct 20, 2005 3:34 pm
Forum: VCL
Topic: Arrows on Axis
Replies: 6
Views: 7783

Thanks Narcis,

It is what I want to have
Bernard

In French :
Merci beaucoup, c'est tout à fait ce que je souhaite
by BernardLimont
Thu Oct 20, 2005 12:13 pm
Forum: VCL
Topic: Arrows on Axis
Replies: 6
Views: 7783

Hi Narcis,

I want just to have arrows at the end of each axis.
We make this arrows at school in France in Physics (or math)
Thanks
Bernard

In French :
Je souhaite avoir simplement des flèches à la fin de chaque axes comme on fait en classe dans les cours de Physique ou de math
Merci
Bernard
by BernardLimont
Thu Oct 20, 2005 7:18 am
Forum: VCL
Topic: Arrows on Axis
Replies: 6
Views: 7783

Hi, Thanks for your answer I have arrows at the end of each axis. I want to have it visible but not Active (a click on the arrow don't move the points) Kind regards, Bernard In French : Merci pour la réponse. J'ai réussi (depuis longtemps) à avoir les flèches au bout des axes. Je veux voir ces flèch...
by BernardLimont
Wed Jul 13, 2005 8:18 am
Forum: VCL
Topic: Arrows on Axis
Replies: 6
Views: 7783

Arrows on Axis

Hi,

TChart 6.01
I want to have arrows on the end of the axis.
It is possible ? How to do it ?

Kind regards,
Bernard

PS : In French
Comment faire pour avoir des flèches sur l'extrémité des axes ?
Merci beaucoup
Bernard
by BernardLimont
Thu Jun 10, 2004 6:49 am
Forum: VCL
Topic: Left and Right Axis
Replies: 1
Views: 5014

Left and Right Axis

Hi, On the left axis, I have values between -1,2 and + 1,4 On the right axis, I have value between -2,8 and + 4,6. I want to have the zero value on the same line (left and rigth). How to make this (I can use setMinMax(-1.4,1.4) for the left axis and SetMinMax(-4.6,4.6) for the rightaxis) automaticly...