[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: msechart.pas line 809
type tchartrecorder = class(tcuchart) |
public |
constructor create(); override; |
destructor destroy; override; |
procedure addsample(); |
procedure clear; |
published |
property options: chartrecorderoptionsty; [rw] |
property samplecount: Integer; [rw] |
property traces: trecordertraces; [rw] |
property optionschart: optionschartty; |
property colorchart: colorty; |
property framechart: tframe; |
property xstart: real; |
property ystart: real; |
property xrange: real; |
property yrange: real; |
property xdials: tchartdialshorz; |
property ydials: tchartdialsvert; |
property fitframe_left: Integer; |
property fitframe_top: Integer; |
property fitframe_right: Integer; |
property fitframe_bottom: Integer; |
property statvarname: msestring; |
property statpriority: Integer; |
property onbeforepaint: painteventty; |
property onpaintbackground: painteventty; |
property onpaint: painteventty; |
property onafterpaint: painteventty; |
end; |
| |
| |
| |
| |
| |
| |
| |
| |
| |
twidget,iscrollframe,iface,iassistiveclient |
| |
| |
tmsecomponent,ievent,iificommand,iificlient |
| |
tcomponent |
? |
TObject |