Class tcustomchart

Unit

Declaration

type tcustomchart = 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

Fields

Protected ftraces: ttraces;

Methods

Protected procedure clientrectchanged; override;
Protected procedure doclipcontent1(const acanvas: tcanvas); override;
Protected procedure dopaintcontent(const acanvas: tcanvas); override;
Protected procedure dopaintcontent1(const acanvas: tcanvas); override;
Protected procedure dostatread(const reader: tstatreader); override;
Protected procedure dostatwrite(const writer: tstatwriter); override;
Protected procedure layoutchanged; override;
Protected procedure extendfit(const asides: rectsidesty; var aext: rectextty); override;
Public constructor create(aowner: tcomponent); override;
Public destructor destroy; override;
Public procedure clear; virtual;
Public procedure autoscalex(const astartmargin: real = 0; const aendmargin: real = 0);
Public procedure autoscaley(const astartmargin: real = 0; const aendmargin: real = 0);
Public procedure addsample(const asamples: array of real); virtual;

Properties

Public property traces: ttraces read ftraces write settraces;
Public property tracehint_captionx: msestring read ftracehint_captionx write ftracehint_captionx;
Public property tracehint_captiony: msestring read ftracehint_captiony write ftracehint_captiony;
Public property markerhintcaption: msestring read fmarkerhintcaption write fmarkerhintcaption;

Description

Fields

Protected ftraces: ttraces;
 

Methods

Protected procedure clientrectchanged; override;
 
Protected procedure doclipcontent1(const acanvas: tcanvas); override;
 
Protected procedure dopaintcontent(const acanvas: tcanvas); override;
 
Protected procedure dopaintcontent1(const acanvas: tcanvas); override;
 
Protected procedure dostatread(const reader: tstatreader); override;
 
Protected procedure dostatwrite(const writer: tstatwriter); override;
 
Protected procedure layoutchanged; override;
 
Protected procedure extendfit(const asides: rectsidesty; var aext: rectextty); override;
 
Public constructor create(aowner: tcomponent); override;
 
Public destructor destroy; override;
 
Public procedure clear; virtual;
 
Public procedure autoscalex(const astartmargin: real = 0; const aendmargin: real = 0);
 
Public procedure autoscaley(const astartmargin: real = 0; const aendmargin: real = 0);
 
Public procedure addsample(const asamples: array of real); virtual;
 

Properties

Public property traces: ttraces read ftraces write settraces;
 
Public property tracehint_captionx: msestring read ftracehint_captionx write ftracehint_captionx;
 
Public property tracehint_captiony: msestring read ftracehint_captiony write ftracehint_captiony;
 
Public property markerhintcaption: msestring read fmarkerhintcaption write fmarkerhintcaption;
 

Generated by PasDoc 0.16.0.