Search found 5 matches
- Wed May 05, 2004 3:23 pm
- Forum: VCL
- Topic: Change vertical Position of a single Marks
- Replies: 1
- Views: 7511
Change vertical Position of a single Marks
8) Hi NG, i would like to change the vertical Position of a single Marks within a series so that if there multiple series displayed with marks, i can change the marks position of every displayed point above or beneath the TFastline. Any idea how i can achive this ?? Im Using Teechart V6.01 on Delphi...
- Tue Mar 09, 2004 8:05 am
- Forum: VCL
- Topic: Printing of Custom Drawing on TDBChart
- Replies: 1
- Views: 6721
Printing of Custom Drawing on TDBChart
:!: Hello NG, We have a TDBChart with severall TFastline displaying data. On the Canvas of the chart we also have some custom drawing we need to get printed on the same page as the TDBchart. For the printout we are using the following code: if PrintDialog1.Execute then begin DBChart1.BevelOuter := b...
- Wed Mar 03, 2004 9:43 am
- Forum: VCL
- Topic: TeeCreateMetaFile
- Replies: 0
- Views: 8461
TeeCreateMetaFile
:? Hi NG, This is the code triying to print a TDBChart with custom drawing: tmpMeta:= DBChart1.TeeCreateMetafile(true,DBChart1.ClientRect); try Printer.Orientation := poLandscape; Printer.BeginDoc; try Printer.Canvas.StretchDraw(Rect(1,1,Printer.PageWidth- 1,Printer.PageHeight-1),tmpMeta); finally P...
- Tue Mar 02, 2004 8:16 am
- Forum: VCL
- Topic: Custom Drawing on TDBChart
- Replies: 3
- Views: 9912
Custom Drawing on TDBChart
Hi Josep thank you for the quick reply on my question. I have found this piece of code in the newsgroup and tried it, but i dont get everything printed. It seems that the bottom of the chart where one part of the custom drawing is placed, is not printed or better not a part of chart1.clientrect. Ive...
- Mon Mar 01, 2004 6:38 pm
- Forum: VCL
- Topic: Custom Drawing on TDBChart
- Replies: 3
- Views: 9912
Custom Drawing on TDBChart
:cry: Hello NG we have the problem do print a TDBChart with custom drawing and text generated by runtime. The Preview looks perfect, everthing is fine until we try to print. The Text on the Chart, generated by TDChart1.canvas,Textout (x,y,'Test'), is not printed correctly. This is a very important P...