Search found 5 matches

by erzsebet_carmean
Wed Aug 31, 2011 1:32 pm
Forum: VCL
Topic: Why is the legend printing with incorrect size?
Replies: 3
Views: 5792

Re: Why is the legend printing with incorrect size?

Yeray, hi! I think that might be the hint I need to unravel this issue! I am going to investigate my theory now. If I find the answer, I will post what it is here so that others can know ... and if I don't find the answer, I will try and make a sample app that reproduces the issue. Nice working with...
by erzsebet_carmean
Tue Aug 30, 2011 8:47 pm
Forum: VCL
Topic: Why is the legend printing with incorrect size?
Replies: 3
Views: 5792

Why is the legend printing with incorrect size?

Hello! I have a chart that displays two right-aligned legends. The first legend is the standard chart legend, and the second is a TExtraLegend tool. When I draw the legends on the screen, they appear correctly. It looks like this: ScatterPlot_OnScreen_TwoLedgends.PNG 'Color by Cum Gas' is the standa...
by erzsebet_carmean
Fri Jul 29, 2011 2:24 pm
Forum: VCL
Topic: Save charts as a bmp files without redrawing on screen?
Replies: 7
Views: 12689

Re: Save charts as a bmp files without redrawing on screen?

Yeray, hi!

Thanks for making me feel right at home here on the Steema forum & thanks, too, for the explanation of the TeeChart export to file mechanism.

-erzsebet
by erzsebet_carmean
Thu Jul 28, 2011 2:00 pm
Forum: VCL
Topic: Save charts as a bmp files without redrawing on screen?
Replies: 7
Views: 12689

Re: Save charts as a bmp files without redrawing on screen?

Hello, Yeray - No, I don't have an application where I'm doing this; I just wanted to know if it can be done. Right now our application goes through ever user selection and redraws the chart on the monitor before saving it to the BMP. This means that if the user has 100 selections, they have to sit ...
by erzsebet_carmean
Tue Jul 26, 2011 3:03 pm
Forum: VCL
Topic: Save charts as a bmp files without redrawing on screen?
Replies: 7
Views: 12689

Save charts as a bmp files without redrawing on screen?

Hello! My application has a feature to allow the users to save a group of graphs as BMP files. Prior to calling Chart.SaveToBitmapFile, the code must redraw the chart on the screen. This goes slowly and we would like to eliminate the need to draw each graph prior to saving as a BMP. Is there any way...