Page 1 of 1
Axes shifted on bitmap when exported
Posted: Thu Aug 19, 2004 7:45 am
by 5887298
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.
Posted: Thu Aug 19, 2004 9:12 am
by Chris
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