Page 1 of 1

Left Axis and Bottom Axis title

Posted: Fri May 13, 2005 7:54 am
by 9235196
Is it possible to write multiple line of text on Left axis and bottom axis's title?

Thank you

Herman

Posted: Fri May 13, 2005 8:18 am
by narcis
Hi Herman,

Yes, you can do it adding a carriage return character to separate the lines:

Code: Select all

  Chart1.LeftAxis.Title.Caption:='Line1'+ #13 + 'Line2';
  Chart1.BottomAxis.Title.Caption:='Line1'+ #13 + 'Line2';