Thanks
To avoid mistake, I started a new project with a basic chart. I added the folowing code:
chart1lineseries1.AddXY(2, 2, FormatDateTime('dd/mm/yyyy', strtodate('01/01/2010')),1);
chart1lineseries1.AddXY(3, 3, FormatDateTime('dd/mm/yyyy', strtodate('10/01/2010')),1);
Then I put the Marks style to smslabel (through the object inspector). The programme compile and run with a line on the chart but no date on the axis. The bottom axis is empty. I olso tryed to put smslabel in the code (chart1.BottomAxis.Marks.Style:=smslabel; ) but this does not compile because the word smslabel is not recognized)
I installed my code typhon lazarus version few weeks ago but mybe the tachart package is not up to date. Do yo know the link to the latest version ? I had a look on sourceforge but the version date is very old (2006). !
thanks again