[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: msechart.pas line 605
type tcuchart = class(tscrollbox, ichartdialcontroller, istatfile, iframe) |
public |
constructor create(); override; |
destructor destroy; override; |
procedure paint(); override; |
procedure createfacechart; |
procedure createframechart; |
function fit(); |
property optionschart: optionschartty; [rw] |
property colorchart: colorty; [rw] |
property framechart: tframe; [rw] |
property xstart: real; [rw] |
property ystart: real; [rw] |
property xrange: real; [rw] |
property yrange: real; [rw] |
property xdials: tchartdialshorz; [rw] |
property ydials: tchartdialsvert; [rw] |
property statvarname: msestring; [rw] |
property statpriority: Integer; [rw] |
property fitframe_left: Integer; [rw] |
property fitframe_top: Integer; [rw] |
property fitframe_right: Integer; [rw] |
property fitframe_bottom: Integer; [rw] |
published |
property optionswidget: optionswidgetty; |
end; |
| |
| |
| |
| |
| |
| |
| |
| |
twidget,iscrollframe,iface,iassistiveclient |
| |
| |
tmsecomponent,ievent,iificommand,iificlient |
| |
tcomponent |
? |
TObject |