Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   GUI-Design mit VCL / FireMonkey / Common Controls (https://www.delphipraxis.net/18-gui-design-mit-vcl-firemonkey-common-controls/)
-   -   Delphi Problem mit TChart, Function High und Period (https://www.delphipraxis.net/57257-problem-mit-tchart-function-high-und-period.html)

Hallo_Thomas 17. Nov 2005 22:53


Problem mit TChart, Function High und Period
 
Liste der Anhänge anzeigen (Anzahl: 3)
Hallo,

ich hab ein Problem mit
Delphi-Quellcode:
Chart1.SeriesList[0].FunctionType.Period
,
es klappt zwar, aber ich finde der gezogene Graph sieht bescheiden aus.

Hat jemand eine Ahnnung wie das besser geht?Danke!



Delphi-Quellcode:
  Chart1.SeriesList[0].SetFunction(THighTeeFunction.Create(self));
  Chart1.SeriesList[0].DataSource:=Chart1.SeriesList[1];
  if Limit>1.9
    then
    Chart1.SeriesList[0].FunctionType.Period:=Form1.meineListe.count div Limit
    else
    Chart1.SeriesList[0].FunctionType.Period:=Limit;
  Chart1.SeriesList[0].Marks.Visible:=True;

Hallo_Thomas 21. Nov 2005 10:06

Re: Problem mit TChart, Function High und Period
 
Hat niemand eine Idee?

Hallo_Thomas 26. Nov 2005 00:40

Re: Problem mit TChart, Function High und Period
 
Delphi-Quellcode:
Chart1.SeriesList[0].Stairs:=True;
Ich habs z.B mal damit probiert,

da ist 'Stairs' ein undefinierter Bezeichner. :wall: :gruebel:

aberselbst damit will das Programm nicht.


Alle Zeitangaben in WEZ +1. Es ist jetzt 01:56 Uhr.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz