Search found 6 matches
- Wed Oct 26, 2005 11:34 am
- Forum: VCL
- Topic: Print a graph
- Replies: 1
- Views: 3551
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...
- Thu Oct 20, 2005 3:34 pm
- Forum: VCL
- Topic: Arrows on Axis
- Replies: 6
- Views: 7814
- Thu Oct 20, 2005 12:13 pm
- Forum: VCL
- Topic: Arrows on Axis
- Replies: 6
- Views: 7814
- Thu Oct 20, 2005 7:18 am
- Forum: VCL
- Topic: Arrows on Axis
- Replies: 6
- Views: 7814
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...
- Wed Jul 13, 2005 8:18 am
- Forum: VCL
- Topic: Arrows on Axis
- Replies: 6
- Views: 7814
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
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
- Thu Jun 10, 2004 6:49 am
- Forum: VCL
- Topic: Left and Right Axis
- Replies: 1
- Views: 5041
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...