Description | Hierarchy | Fields | Methods | Properties |
type TTimeSeries = class(TCustomTimeSeries)
TTimeSeries
represents the position of a particle at different times.
![]() |
FPoints: TTimeSeriesPoints; |
![]() |
function GetTimes: TRealList; override; |
![]() |
procedure SetPoints(const Value: TTimeSeriesPoints); |
![]() |
function GetPoints: TCustomTimeSeriesPoints; override; |
![]() |
procedure Assign(Source: TPersistent); override; |
![]() |
Constructor Create(Collection: TCollection); override; |
![]() |
destructor Destroy; override; |
![]() |
property Points: TTimeSeriesPoints read FPoints write SetPoints; |
![]() |
FPoints: TTimeSeriesPoints; |
![]() |
function GetTimes: TRealList; override; |
![]() |
procedure SetPoints(const Value: TTimeSeriesPoints); |
![]() |
function GetPoints: TCustomTimeSeriesPoints; override; |
![]() |
procedure Assign(Source: TPersistent); override; |
![]() |
Constructor Create(Collection: TCollection); override; |
![]() |
destructor Destroy; override; |
![]() |
property Points: TTimeSeriesPoints read FPoints write SetPoints; |