sepatate TChartCustomAxes

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
msd48
Newbie
Newbie
Posts: 14
Joined: Mon Oct 15, 2007 12:00 am

sepatate TChartCustomAxes

Post by msd48 » Wed Sep 03, 2008 12:35 pm

Hi!
How I can get separate TChartCustomAxes object?
I`v problem with TChartCustomAxes.Create ...

Code: Select all

var
 CustHorizAxes: TChartCustomAxes;
begin
....
CustHorizAxes := TChartCustomAxes.Create( ???? );


Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Wed Sep 03, 2008 1:11 pm

Hi msd48,

Could you please read Tutorial 4 - Axis Control? There you'll find an example of custom axes creation at runtime. Tutorials can be found at TeeChart's program group created by binary installers.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

msd48
Newbie
Newbie
Posts: 14
Joined: Mon Oct 15, 2007 12:00 am

Post by msd48 » Wed Sep 03, 2008 2:11 pm

Hi, Narcís

Thanks for the tip :)
But it does`nt helpfull ...

I try to explain.
It`s not convenient to me to use chart.CustomAxes[index] ...
It`s all because of the index.

I think that it will be beter for me to use separate TChartCustomAxes object.
In my project there are some CustomHorizontAxes and CustomVerticalAxes.

I decide use chart.CustomAxes for my VerticalAxes.
So, I need another object for my CustomHorizontAxes.

Сan you propose another way?

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Wed Sep 03, 2008 2:17 pm

Hi msd48,

Sorry but I don't understand which is your exact problem. Could you please give us some more details about it?

Thanks in advance.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply