Axis Title InterSpacing?

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
tbonejo
Newbie
Newbie
Posts: 73
Joined: Wed Sep 06, 2006 12:00 am
Contact:

Axis Title InterSpacing?

Post by tbonejo » Thu Dec 07, 2006 3:36 pm

Under the Chart Editor you can access the Left Axis Title Text and there is a spin box with Inter-Char Spacing. How do I access that in code. I need to adjust the spacing to allow my prints to come out readable on the left axis title.

Thanks,

Tom
Tom

Pep
Site Admin
Site Admin
Posts: 3295
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Thu Dec 07, 2006 5:06 pm

Hi Tom,

you can do :
Chart1.Axes.Left.Title.Font.InterCharSize:=10;

Post Reply