 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Jan-Willem Bats Guest
|
Posted: Tue May 15, 2007 3:34 pm Post subject: multiple axes in TeeChart 4.04 |
|
|
Hello,
Is it possible to do multiple y-axes in TheeChart 4.04 (the one that comes
with BCB6) ?
Regards,
Jay |
|
| Back to top |
|
 |
Narcís Calvet Guest
|
Posted: Tue May 15, 2007 5:10 pm Post subject: Re: multiple axes in TeeChart 4.04 |
|
|
Hi Jay,
Jan-Willem Bats wrote:
| Quote: | Hello,
Is it possible to do multiple y-axes in TheeChart 4.04 (the one that
comes with BCB6) ?
|
Using v4.04 you can only have left and right vertical axes. You can either
associate them to the same series:
Series1.VertAxis := aBothVertAxis;
Or use different vertical axes for each series.
Series1.VertAxis := aLeftAxis; //Default setting;
Series2.VertAxis := aRightAxis;
BCB code would be like this:
Series1->VertAxis = aBothVertAxis;
Also notice that TeeChart Pro v7 VCL includes custom axes support which
would allow you multiple vertical and horizontal axes. You can download the
fully functional evaluation version here:
http://www.steema.com/downloads/form_tch_vcl.html
--
Best Regards,
Narcis Calvet
Steema Support Central
http://support.steema.com
"Important note: If you are a TeeChart registered customer, please post your
support questions at Steema's Support monitored Forums for customers:
http://support.steema.com for a prompter reply." |
|
| 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
|
|