Class tchartrecorder

Unit

Declaration

type tchartrecorder = class(tcuchart)

Description

No description available, ancestor tcuchart description follows
No description available, ancestor tscrollbox description follows
No description available, ancestor tscalingwidget description follows
No description available, ancestor tcustomscalingwidget description follows
No description available, ancestor tpublishedwidget description follows
No description available, ancestor tpublishedwidgetnwr description follows
No description available, ancestor tactionpublishedwidgetnwr description follows
No description available, ancestor tactionwidget description follows
No description available, ancestor twidget description follows
No description available, ancestor tactcomponent description follows
No description available, ancestor tmsecomponent description follows

Hierarchy

Overview

Methods

Protected procedure checkinit;
Protected procedure dopaintcontent(const acanvas: tcanvas); override;
Public constructor create(aowner: tcomponent); override;
Public destructor destroy; override;
Public procedure addsample(const asamples: array of real);
Public procedure clear;

Properties

Published property options: chartrecorderoptionsty read foptions write foptions default [];
Published property samplecount: integer read fsamplecount write setsamplecount default 100;
Published property traces: trecordertraces read ftraces write settraces;
Published property optionschart;
Published property colorchart;
Published property facechart;
Published property framechart;
Published property xstart;
Published property ystart;
Published property xrange;
Published property yrange;
Published property xdials;
Published property ydials;
Published property fitframe_left;
Published property fitframe_top;
Published property fitframe_right;
Published property fitframe_bottom;
Published property statfile;
Published property statvarname;
Published property statpriority;
Published property onbeforepaint;
Published property onpaintbackground;
Published property onpaint;
Published property onafterpaint;

Description

Methods

Protected procedure checkinit;
 
Protected procedure dopaintcontent(const acanvas: tcanvas); override;
 
Public constructor create(aowner: tcomponent); override;
 
Public destructor destroy; override;
 
Public procedure addsample(const asamples: array of real);
 
Public procedure clear;
 

Properties

Published property options: chartrecorderoptionsty read foptions write foptions default [];
 
Published property samplecount: integer read fsamplecount write setsamplecount default 100;
 
Published property traces: trecordertraces read ftraces write settraces;
 
Published property optionschart;
 
Published property colorchart;
 
Published property facechart;
 
Published property framechart;
 
Published property xstart;
 
Published property ystart;
 
Published property xrange;
 
Published property yrange;
 
Published property xdials;
 
Published property ydials;
 
Published property fitframe_left;
 
Published property fitframe_top;
 
Published property fitframe_right;
 
Published property fitframe_bottom;
 
Published property statfile;
 
Published property statvarname;
 
Published property statpriority;
 
Published property onbeforepaint;
 
Published property onpaintbackground;
 
Published property onpaint;
 
Published property onafterpaint;
 

Generated by PasDoc 0.16.0.