Search found 5 matches

by jindrich.muzik
Wed Jun 08, 2011 7:30 am
Forum: VCL
Topic: Small bitmaps after printing a QuickRep chart
Replies: 9
Views: 5959

Re: Small bitmaps after printing a QuickRep chart

Hi, I had taken your advice and used your example bellow uses Series; procedure TForm1.FormCreate(Sender: TObject); var Series1: TAreaSeries; tmp: TBitmap; begin Series1:=Chart1.AddSeries(TAreaSeries) as TAreaSeries; Series1.FillSampleValues(); tmp:=TBitmap.Create; tmp.LoadFromFile('C:\tmp\test.bmp'...
by jindrich.muzik
Sat Aug 28, 2010 8:06 pm
Forum: VCL
Topic: Small bitmaps after printing a QuickRep chart
Replies: 9
Views: 5959

Re: Small bitmaps after printing a QuickRep chart

Hello,
I filled a chart with a pattern:
MyHorizAreaSeries.AreaChartBrush.Image.LoadFromFile('MyBmp');
Please is there any metod how to stretch the pattern only?
A metod like: MyHorizAreaSeries.AreaChartBrush.Image.ZoomOut() or MyHorizAreaSeries.AreaChartBrush.Image.Stretch() missing. Jindra
by jindrich.muzik
Thu Jul 08, 2010 7:05 pm
Forum: VCL
Topic: Small bitmaps after printing a QuickRep chart
Replies: 9
Views: 5959

Re: Small bitmaps after printing a QuickRep chart

Hi Narcis. It seems "smooth metod" solves my problem with printing HorizArea series in proper size. But there is another problem: printing large area of chart takes long time. Is reason *.bmp file format I loaded into the chart? I loaded the patern into chart by command: Series1.AreaChartBrush.Image...
by jindrich.muzik
Wed Jul 07, 2010 7:09 pm
Forum: VCL
Topic: Small bitmaps after printing a QuickRep chart
Replies: 9
Views: 5959

Re: Small bitmaps after printing a QuickRep chart

Hi Narcis.
There is a checkbox named "smooth" in TeeChart print preview dialog box which gets better print result when it is checked. Please which code or property does represent it? After checking it printed bitmaps are similar as bitmaps in preview. Best regards. J.Muzik
by jindrich.muzik
Wed Jul 07, 2010 11:16 am
Forum: VCL
Topic: Small bitmaps after printing a QuickRep chart
Replies: 9
Views: 5959

Small bitmaps after printing a QuickRep chart

Hello. My HorizareaSeries is filled with bitmaps 32x32. When I display a chart in quickreport by command QuickRep1.Preview everything looks normal - that means chart is filled with hundreds of visible bitmaps. When I print the chart(send it to printer or into pdf) chart is filled with thousands of s...