this works fine in version 7.07
Code: Select all
Form5TC.Chart1.Axes.Left.Items[i].Font.Color:=clBlack;
Form5TC.Chart1.Axes.Left.Items[i].Font.Name:='Courier';
WHat to do, please?
THANKS
Code: Select all
Form5TC.Chart1.Axes.Left.Items[i].Font.Color:=clBlack;
Form5TC.Chart1.Axes.Left.Items[i].Font.Name:='Courier';
Code: Select all
Form5TC.Chart1.Axes.Left.Items[i].Format.Font.Color:=clBlack;
Form5TC.Chart1.Axes.Left.Items[i].Format.Font.Name:='Courier';
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 |