Description | Hierarchy | Fields | Methods | Properties |
type TContourDisplaySettings = class(TGoPhastPersistent)
![]() |
FDataSetName: string; |
![]() |
FLegend: TLegend; |
![]() |
FLegendVisible: boolean; |
![]() |
FLimits: TColoringLimits; |
![]() |
FContourAlgorithm: TContourAlg; |
![]() |
procedure SetDataSetName(const Value: string); |
![]() |
procedure SetLegend(const Value: TLegend); |
![]() |
procedure SetLegendVisible(const Value: boolean); |
![]() |
procedure SetLimits(const Value: TColoringLimits); |
![]() |
procedure SetContourAlgorithm(const Value: TContourAlg); |
![]() |
procedure Assign(Source: TPersistent); override; |
![]() |
Constructor Create(Model: TBaseModel); |
![]() |
destructor Destroy; override; |
![]() |
property DataSetName: string read FDataSetName write SetDataSetName; |
![]() |
property Legend: TLegend read FLegend write SetLegend; |
![]() |
property LegendVisible: boolean read FLegendVisible write SetLegendVisible; |
![]() |
property Limits: TColoringLimits read FLimits write SetLimits; |
![]() |
property ContourAlgorithm: TContourAlg read FContourAlgorithm write SetContourAlgorithm; |
![]() |
FDataSetName: string; |
![]() |
FLegend: TLegend; |
![]() |
FLegendVisible: boolean; |
![]() |
FLimits: TColoringLimits; |
![]() |
FContourAlgorithm: TContourAlg; |
![]() |
procedure SetDataSetName(const Value: string); |
![]() |
procedure SetLegend(const Value: TLegend); |
![]() |
procedure SetLegendVisible(const Value: boolean); |
![]() |
procedure SetLimits(const Value: TColoringLimits); |
![]() |
procedure SetContourAlgorithm(const Value: TContourAlg); |
![]() |
procedure Assign(Source: TPersistent); override; |
![]() |
Constructor Create(Model: TBaseModel); |
![]() |
destructor Destroy; override; |
![]() |
property DataSetName: string read FDataSetName write SetDataSetName; |
![]() |
property Legend: TLegend read FLegend write SetLegend; |
![]() |
property LegendVisible: boolean read FLegendVisible write SetLegendVisible; |
![]() |
property Limits: TColoringLimits read FLimits write SetLimits; |
![]() |
property ContourAlgorithm: TContourAlg read FContourAlgorithm write SetContourAlgorithm; |