Axes shifted on bitmap when exported

TeeChart for ActiveX, COM and ASP
Post Reply
Midnighprowler
Newbie
Newbie
Posts: 2
Joined: Fri Nov 15, 2002 12:00 am

Axes shifted on bitmap when exported

Post by Midnighprowler » Thu Aug 19, 2004 7:45 am

We are exporting TeeChart to a bitmap with a fixed size, but for example when the form is maximized and there is more than one Y axis(on the left side), the custom axes get shifted to the right over one another on the bitmap, even though the actual chart looks correct.

Christopher
Site Admin
Site Admin
Posts: 1349
Joined: Thu Jan 01, 1970 12:00 am
Location: Riudellots de la Selva, Catalonia
Contact:

Post by Christopher » Thu Aug 19, 2004 9:12 am

Hi --
We are exporting TeeChart to a bitmap with a fixed size, but for example when the form is maximized and there is more than one Y axis(on the left side), the custom axes get shifted to the right over one another on the bitmap, even though the actual chart looks correct.
You could try something like this:

Code: Select all

  .Axis.Custom(0).PositionUnits = puPixels
  .Axis.Custom(0).PositionPercent = .Axis.Left.Position - 20
Thank you!

Christopher Ireland (Steema crew)
Please be aware of the newsgroup archives:
http://www.teechart.net/support/search.php
http://groups.google.com
http://codenewsfast.com/

Post Reply