Code: Select all
Meta := Chart1.TeeCreateMetafile(True,Rect(0,0,Chart1.Width,Chart1.Height));
What if a have an Array of TChart, how is this handled?
Looking for ways to print in a nice sharp fashion.
Thanks,
Tom
Code: Select all
Meta := Chart1.TeeCreateMetafile(True,Rect(0,0,Chart1.Width,Chart1.Height));