Re: Re: [DUG]: TChart Set LeftAxis Labels

2003-07-13 Thread Tracey Maule
11, 2003 7:56 AM Subject: Re: Re: [DUG]: TChart Set LeftAxis Labels I'm not sure what you are trying to do but is the property tchart.leftaxis.axislabelstyle relevant? On Thu, 10 Jul 2003 15:12:40 +1200, Tracey Maule <[EMAIL PROTECTED]> wrote: > cheers for setting me straight ther

Re: Re: [DUG]: TChart Set LeftAxis Labels

2003-07-13 Thread Chris Reynolds
till see my value's title in the axis labels) Does anyone know how to dynamically change these labels??? - Original Message - From: Todd Martin To: Multiple recipients of list delphi Sent: Thursday, July 10, 2003 2:41 PM Subject: Re: [DUG]: TChart Set LeftAxis Labels Hi Tracey

Re: [DUG]: TChart Set LeftAxis Labels

2003-07-10 Thread Tracey Maule
ts of list delphi Sent: Thursday, July 10, 2003 2:41 PM Subject: Re: [DUG]: TChart Set LeftAxis Labels Hi Tracey   You're passing a constant string _expression_ ('any old string') to GetAxisLabel() which expects a variable.   Try this var   AxisLabel : String; begin   G

Re: [DUG]: TChart Set LeftAxis Labels

2003-07-09 Thread Todd Martin
+ AxisLabel); end;   Todd. - Original Message - From: Tracey Maule To: Multiple recipients of list delphi Sent: Thursday, July 10, 2003 2:08 PM Subject: [DUG]: TChart Set LeftAxis Labels Hi   I have dynamically created a Chart, with 3 HorizBarSeries which are mb

RE: [DUG]: TChart Set LeftAxis Labels

2003-07-09 Thread Allan Vergara
recipients of list delphiSubject: [DUG]: TChart Set LeftAxis Labels Hi   I have dynamically created a Chart, with 3 HorizBarSeries which are mbStacked.   What I now need to figure out is how to set the Left Axis labels to display the contents of another field returned by my q

RE: [DUG]: TChart Set LeftAxis Labels

2003-07-09 Thread Chris Veale
OTECTED]On Behalf Of Tracey MauleSent: Thursday, 10 July 2003 2:08 p.m.To: Multiple recipients of list delphiSubject: [DUG]: TChart Set LeftAxis Labels Hi   I have dynamically created a Chart, with 3 HorizBarSeries which are mbStacked.   What I now need to figure out is how

Re: [DUG]: TChart Set LeftAxis Labels

2003-07-09 Thread Chris Reynolds
I think getAxisLabel is something TChart calls itself so you probably shouldn't be calling it. On Thu, 10 Jul 2003 14:08:17 +1200, Tracey Maule <[EMAIL PROTECTED]> wrote: Hi I have dynamically created a Chart, with 3 HorizBarSeries which are mbStacked. What I now need to figure out is how to

[DUG]: TChart Set LeftAxis Labels

2003-07-09 Thread Tracey Maule
Hi   I have dynamically created a Chart, with 3 HorizBarSeries which are mbStacked.   What I now need to figure out is how to set the Left Axis labels to display the contents of another field returned by my query for that record.   does anyone know how to do this without affecting the data v