[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: plotpanel.pp line 224
type TCanvasPlotter = class(TComponent) |
||
protected |
||
function GetRotatedLegend(); |
|
|
procedure DrawBackground(); |
|
|
procedure DrawHAxis(); virtual; |
|
|
procedure DrawVAxis(); virtual; |
|
|
procedure PlotFunction(); virtual; |
|
|
function GetHDimension; virtual; |
|
|
function GetVDimension; virtual; |
|
|
function CalcFunction(); virtual; |
|
|
procedure Changed; virtual; |
|
|
public |
||
constructor Create(); override; |
|
|
destructor Destroy; override; |
|
|
procedure Draw; |
|
|
property BoundsRect: TRect; [rw] |
|
|
property Canvas: TCanvas; [rw] |
|
|
property XAxis: TPlotXAxis; [rw] |
|
|
property YAxis: TPlotYAxis; [rw] |
|
|
property BkColor: TColor; [rw] |
|
|
property Color: TColor; [rw] |
|
|
property PlotColor: TColor; [rw] |
|
|
property PlotLinewidth: Integer; [rw] |
|
|
property Active: Boolean; [rw] |
|
|
property Caption: TPlotCaption; [rw] |
|
|
end; |
|
||
| | ||
TObject |
CT Web help |
CodeTyphon Studio |