When you change the labelsize to values <> 0 and the LeftAxis.LabelsAlign to alOpposite, the labels paint their contents inside the series. Any idea to automatically (or manually) clip the text?
Tia Obelix
Labels are not clipped (D5, TeePro 7)
Hi Obelix,
I cannot reproduce the problem here using the following code :
I cannot reproduce the problem here using the following code :
Code: Select all
procedure TForm1.FormCreate(Sender: TObject);
begin
Series1.FillSampleValues(5);
Chart1.Axes.Left.LabelsSize := 100;
end;
procedure TForm1.RadioButton1Click(Sender: TObject);
begin
if Sender = RadioButton1 then
Chart1.Axes.Left.LabelsAlign := alDefault
else
Chart1.Axes.Left.LabelsAlign := alOpposite;
end;
Pep Jorge
http://support.steema.com
http://support.steema.com
Hi Obelix,
I'm sorry, I cannot see the problem here using the latest TeeChart Pro v7.01. Could you please send me a simple example directly to pep@steema.com ?
I'm sorry, I cannot see the problem here using the latest TeeChart Pro v7.01. Could you please send me a simple example directly to pep@steema.com ?
Pep Jorge
http://support.steema.com
http://support.steema.com