On Saturday 02 June 2018 20:53:56 fredvs wrote:
> Hello Marin.
>
> How to fit all the bars in a TChart ?
>
Set traces.xserrange to 0.9, xserstart to 0.05. Set traces[0].offset to -10.

Please do not set traces.count to 20.
"
procedure tmainfo.oncreated(const sender: TObject);
begin
 Timerwait := ttimer.Create(nil);
  Timerwait.interval := 20000;
  Timerwait.Enabled := False;
  Timerwait.ontimer := @ontimerwait;
  setlength(ar1,20); 
  
//  tchart1.traces.count := 20; <<<---!!!!!!
 
end;
"

Martin

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
mseide-msegui-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to