[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: TplMultiGraphUnit.pas line 86
type TRAGGraph = class |
||
public |
||
constructor Create(); |
|
|
procedure Render(); |
|
|
procedure Calculate(); |
|
|
procedure AddValue(); |
|
|
procedure Clear; |
|
|
property RenderRequest: TNotifyEvent; [rw] |
|
|
property CalculationRequest: TNotifyEvent; [rw] |
|
|
property Values: TLinkedList; [rw] |
|
|
property Length: Integer; [r] |
|
|
property MaxValue: Int64; [r] |
|
|
property GraphType: TRAGGraphType; [rw] |
|
|
property Color: TColor; [rw] |
|
|
property LineWidth: Integer; [rw] |
|
|
property LowerThresholdColor: TColor; [rw] |
|
|
property UpperThresholdColor: TColor; [rw] |
|
|
property LowerThreshold: Int64; [rw] |
|
|
property UpperThreshold: Int64; [rw] |
|
|
property Visible: Boolean; [rw] |
|
|
end; |
|
||
| | | ||
TObject |
| CT Web help |
| CodeTyphon Studio |