Axes shifted on bitmap when exported
-
- Newbie
- Posts: 2
- Joined: Fri Nov 15, 2002 12:00 am
Axes shifted on bitmap when exported
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.
-
- Site Admin
- Posts: 1349
- Joined: Thu Jan 01, 1970 12:00 am
- Location: Riudellots de la Selva, Catalonia
- Contact:
Hi --
You could try something like this: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.
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/
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/