Unit msechart
Uses
Variables
Description
Overview
Classes, Interfaces, Objects and Records
Name | Description |
---|---|
Record xseriesdataty |
|
Record datapointty |
|
Class ttracefont |
|
Record traceinfoty |
|
Class tbarframe |
|
Class ttracedatalist |
|
Class ttrace |
|
Class ttracesfont |
|
Class ttraces |
|
Class txytrace |
|
Class txytraces |
|
Interface ichartdialcontroller |
|
Class tchartdialvert |
|
Class tchartdialhorz |
|
Class tchartdials |
|
Class tchartdialshorz |
|
Class tchartdialsvert |
|
Class tchartframe |
|
Class tcuchart |
|
Class tcustomchart |
|
Class tchart |
|
Class trecordertrace |
|
Class trecordertraces |
|
Class tchartrecorder |
Functions and Procedures
function autointerval(const arange: real; const aintervalcount: real): real; |
function calctracerange(var min: real; const max: real; const log: boolean; const startmargin: real = 0; const endmargin: real = 0): real; |
function makexseriesdata(const value: real; const index: integer): xseriesdataty; |
Types
optionchartty = (...); |
optionschartty = set of optionchartty; |
chartstatety = (...); |
chartstatesty = set of chartstatety; |
charttraceoptionty = (...); |
charttraceoptionsty = set of charttraceoptionty; |
tracelegendplacementty = (...); |
tracestatety = (...); |
tracestatesty = set of tracestatety; |
tracekindty = (...); |
tracechartkindty = (...); |
tracechartkindsty = set of tracechartkindty; |
datapointarty = array of datapointty; |
barrefty = (...); |
traceaty = array[0..0] of ttrace; |
ptraceaty = ˆtraceaty; |
tracesstatety = (...); |
tracesstatesty = set of tracesstatety; |
chartrecorderoptionty = (...); |
chartrecorderoptionsty = set of chartrecorderoptionty; |
Constants
Description
Functions and Procedures
function autointerval(const arange: real; const aintervalcount: real): real; |
function calctracerange(var min: real; const max: real; const log: boolean; const startmargin: real = 0; const endmargin: real = 0): real; |
function makexseriesdata(const value: real; const index: integer): xseriesdataty; |
Types
optionchartty = (...); |
Values
|
optionschartty = set of optionchartty; |
chartstatety = (...); |
Values
|
chartstatesty = set of chartstatety; |
charttraceoptionty = (...); |
Values
|
charttraceoptionsty = set of charttraceoptionty; |
tracelegendplacementty = (...); |
Values
|
tracestatety = (...); |
Values
|
tracestatesty = set of tracestatety; |
tracekindty = (...); |
Values
|
tracechartkindty = (...); |
Values
|
tracechartkindsty = set of tracechartkindty; |
datapointarty = array of datapointty; |
barrefty = (...); |
Values
|
traceaty = array[0..0] of ttrace; |
ptraceaty = ˆtraceaty; |
tracesstatety = (...); |
Values
|
tracesstatesty = set of tracesstatety; |
chartrecorderoptionty = (...); |
Values
|
chartrecorderoptionsty = set of chartrecorderoptionty; |
Constants
allrectsides = [rs_left,rs_top,rs_right,rs_bottom]; |
rectsidesmask = [oca_autofitleft,oca_autofittop,oca_autofitright,
oca_autofitbottom]; |
defaultoptionschart = [oca_autofitleft,oca_autofittop,oca_autofitright,
oca_autofitbottom]; |
chartrecorderstatesmask = [chs_hasdialscroll,chs_hasdialshift,chs_started,
chs_full,chs_chartvalid]; |
defaultxytraceoptions = [cto_xordered]; |
defaultlegenddist = 1; |
defaultlegendplacement = tlp_xy; |
defaultchartoptionswidget = defaultscrollboxoptionswidget -
[ow_mousefocus,ow_tabfocus,ow_arrowfocus]; |
Generated by PasDoc 0.16.0.