 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Jakob Lanstorp Guest
|
Posted: Wed Sep 10, 2003 2:13 pm Post subject: Flip X-axe in TChart |
|
|
How can one flip the X-axe in TChart so (0,0) is not in the upper left as TChart default, but in the lower left corner.
Thanx Jake
|
|
| Back to top |
|
 |
Jakob Lanstorp Guest
|
Posted: Thu Sep 11, 2003 7:28 am Post subject: Re: Flip X-axe in TChart |
|
|
Forgot to mension that it the canvas of the TChart I am using:
p3df : TPoint3DFloat;
begin
p3df.X:=90.0;
p3df.Y:=0.0;
p3df.Z:=0.0;
Chart1.Canvas.RotationCenter := p3df;
This does not work ?
Thanx again.
"Jakob Lanstorp" <lanstorp (AT) hotmail (DOT) com> wrote:
| Quote: |
How can one flip the X-axe in TChart so (0,0) is not in the upper left as TChart default, but in the lower left corner.
Thanx Jake
|
|
|
| Back to top |
|
 |
Palle Meinert Guest
|
Posted: Fri Sep 12, 2003 12:09 am Post subject: Re: Flip X-axe in TChart |
|
|
Each axis has a property called "Inverted", which swap min and max if set to
true. There is not a Axis called X-axis, besides the possibility of
custom-axes the default axes are left, right, top, bottom. Which axis to set
inverted depends on which axis your series are set to use.
hope this help.
Palle
"Jakob Lanstorp" <lanstorp (AT) hotmail (DOT) com> skrev i en meddelelse
news:3f5f3184$1 (AT) newsgroups (DOT) borland.com...
| Quote: |
How can one flip the X-axe in TChart so (0,0) is not in the upper left as
TChart default, but in the lower left corner.
Thanx Jake
|
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|