Description | Hierarchy | Fields | Methods | Properties |
type TPlotList = class(TObject)
TPlotList
stores a series of TLineLists.
![]() |
FPlots: TList; |
![]() |
function GetCount: integer; |
![]() |
function GetItems(const Index: integer): TLineList; |
![]() |
Constructor Create; |
![]() |
Destructor Destroy; override; |
![]() |
procedure Add(LineList: TLineList); |
![]() |
Procedure Clear; |
![]() |
property Count: integer read GetCount; |
![]() |
property Items[constIndex:integer]: TLineList read GetItems; |
![]() |
FPlots: TList; |
implemented as TObjectList |
![]() |
function GetCount: integer; |
![]() |
function GetItems(const Index: integer): TLineList; |
![]() |
Constructor Create; |
![]() |
Destructor Destroy; override; |
![]() |
procedure Add(LineList: TLineList); |
![]() |
Procedure Clear; |
![]() |
property Count: integer read GetCount; |
![]() |
property Items[constIndex:integer]: TLineList read GetItems; |