Unit msechart
Description
This item has no description.
Overview
Classes, Interfaces, Objects and Records
Functions and Procedures
Types
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]; |
Description
Functions and Procedures
function autointerval(const arange: real; const aintervalcount: real): real; |
|
This item has no description. |
function calctracerange(var min: real; const max: real; const log: boolean; const startmargin: real = 0; const endmargin: real = 0): real; |
|
This item has no description. |
function makexseriesdata(const value: real; const index: integer): xseriesdataty; |
|
This item has no description. |
Types
optionchartty = (...); |
|
This item has no description. Values
-
oca_autofitleft
-
oca_autofittop
-
oca_autofitright
-
oca_autofitbottom
|
optionschartty = set of optionchartty; |
|
This item has no description. |
chartstatety = (...); |
|
This item has no description. Values
-
chs_nocolorchart
-
chs_hasdialscroll
-
chs_hasdialshift
-
chs_started
-
chs_full
-
chs_chartvalid
-
chs_layoutvalid
|
chartstatesty = set of chartstatety; |
|
This item has no description. |
charttraceoptionty = (...); |
|
This item has no description. Values
-
cto_invisible
-
cto_smooth
-
cto_stockglyphs
-
cto_adddataright
-
cto_xordered
-
cto_logx
-
cto_logy
-
cto_seriescentered
-
cto_savexscale
-
cto_saveyscale
|
tracelegendplacementty = (...); |
|
This item has no description. Values
-
tlp_none
-
tlp_xy
-
tlp_above
-
tlp_below
|
tracestatety = (...); |
|
This item has no description. Values
-
trs_datapointsvalid
-
trs_ownsxdatalist
-
trs_ownsydatalist
|
tracestatesty = set of tracestatety; |
|
This item has no description. |
tracekindty = (...); |
|
This item has no description. Values
|
tracechartkindty = (...); |
|
This item has no description. Values
|
datapointarty = array of datapointty; |
|
This item has no description. |
barrefty = (...); |
|
This item has no description. Values
|
traceaty = array[0..0] of ttrace; |
|
This item has no description. |
ptraceaty = ˆtraceaty; |
|
This item has no description. |
tracesstatety = (...); |
|
This item has no description. Values
|
tracesstatesty = set of tracesstatety; |
|
This item has no description. |
chartrecorderoptionty = (...); |
|
This item has no description. Values
|
Constants
defaultxytraceoptions = [cto_xordered]; |
|
This item has no description. |
defaultlegenddist = 1; |
|
This item has no description. |
defaultlegendplacement = tlp_xy; |
|
This item has no description. |
Generated by PasDoc 0.17.0.snapshot.