| Description | Hierarchy | Fields | Methods | Properties | 
type TPathLineDisplayLimits = class(TPersistent)
![]()  | 
procedure SetLimitToCurrentIn2D(const Value: boolean); | 
![]()  | 
procedure SetColumnLimits(const Value: TShowIntegerLimit); | 
![]()  | 
procedure SetLayerLimits(const Value: TShowIntegerLimit); | 
![]()  | 
procedure SetRowLimits(const Value: TShowIntegerLimit); | 
![]()  | 
procedure SetShowChoice(const Value: TShowChoice); | 
![]()  | 
procedure SetTimeLimits(const Value: TShowFloatLimit); | 
![]()  | 
procedure SetParticleGroupLimits(const Value: TShowIntegerLimit); | 
![]()  | 
procedure Assign(Source: TPersistent); override; | 
![]()  | 
Constructor Create; | 
![]()  | 
Destructor Destroy; override; | 
![]()  | 
property ShowChoice: TShowChoice read FShowChoice write SetShowChoice; | 
![]()  | 
property LimitToCurrentIn2D: boolean read FLimitToCurrentIn2D
      write SetLimitToCurrentIn2D default True; | 
![]()  | 
property ColumnLimits: TShowIntegerLimit read FColumnLimits
      write SetColumnLimits; | 
![]()  | 
property RowLimits: TShowIntegerLimit read FRowLimits write SetRowLimits; | 
![]()  | 
property LayerLimits: TShowIntegerLimit read FLayerLimits
      write SetLayerLimits; | 
![]()  | 
property TimeLimits: TShowFloatLimit read FTimeLimits write SetTimeLimits; | 
![]()  | 
property ParticleGroupLimits: TShowIntegerLimit read FParticleGroupLimits
      write SetParticleGroupLimits; | 
![]()  | 
FLimitToCurrentIn2D: boolean; | 
![]()  | 
FLayerLimits: TShowIntegerLimit; | 
![]()  | 
FRowLimits: TShowIntegerLimit; | 
![]()  | 
FColumnLimits: TShowIntegerLimit; | 
![]()  | 
FShowChoice: TShowChoice; | 
![]()  | 
FTimeLimits: TShowFloatLimit; | 
![]()  | 
FParticleGroupLimits: TShowIntegerLimit; | 
![]()  | 
procedure SetLimitToCurrentIn2D(const Value: boolean); | 
![]()  | 
procedure SetColumnLimits(const Value: TShowIntegerLimit); | 
![]()  | 
procedure SetLayerLimits(const Value: TShowIntegerLimit); | 
![]()  | 
procedure SetRowLimits(const Value: TShowIntegerLimit); | 
![]()  | 
procedure SetShowChoice(const Value: TShowChoice); | 
![]()  | 
procedure SetTimeLimits(const Value: TShowFloatLimit); | 
![]()  | 
procedure SetParticleGroupLimits(const Value: TShowIntegerLimit); | 
![]()  | 
procedure Assign(Source: TPersistent); override; | 
![]()  | 
Constructor Create; | 
![]()  | 
Destructor Destroy; override; | 
![]()  | 
property ShowChoice: TShowChoice read FShowChoice write SetShowChoice; | 
![]()  | 
property LimitToCurrentIn2D: boolean read FLimitToCurrentIn2D
      write SetLimitToCurrentIn2D default True; | 
![]()  | 
property ColumnLimits: TShowIntegerLimit read FColumnLimits
      write SetColumnLimits; | 
![]()  | 
property RowLimits: TShowIntegerLimit read FRowLimits write SetRowLimits; | 
![]()  | 
property LayerLimits: TShowIntegerLimit read FLayerLimits
      write SetLayerLimits; | 
![]()  | 
property TimeLimits: TShowFloatLimit read FTimeLimits write SetTimeLimits; | 
![]()  | 
property ParticleGroupLimits: TShowIntegerLimit read FParticleGroupLimits
      write SetParticleGroupLimits; |