How I can get separate TChartCustomAxes object?
I`v problem with TChartCustomAxes.Create ...
Code: Select all
var
CustHorizAxes: TChartCustomAxes;
begin
....
CustHorizAxes := TChartCustomAxes.Create( ???? );
Code: Select all
var
CustHorizAxes: TChartCustomAxes;
begin
....
CustHorizAxes := TChartCustomAxes.Create( ???? );
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |