 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Jan Lastinec Guest
|
Posted: Tue Sep 16, 2003 12:49 pm Post subject: TeeChart - missing labels in runtime series |
|
|
Hallo,
Does anybody know how why TeeChart doesn't show bottom axis labels in
this simple situation?
1. Delphi is ordered to begin develop a new application
2. TeeChart component is inserted at an empty main form
3. A button is inserted with following OnClick code
procedure TForm1.Button2Click(Sender: TObject);
var tmpLineSeries:TLineSeries;
begin
tmpLineSeries:=TLineSeries.Create(self);
Chart1.AddSeries(tmpLineSeries);
tmpLineSeries.FillSampleValues(10);
end;
I think, "Series" must be in uses line.
Chart is shown, but the if I try to zoom it, horizontal labels are not
shown correctly. Vertical labels work OK, but horizontal doesn't.
Why? How to force horizontal axis to compute and show labels (with
decimal points).
Thanks
Jan
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|