Class THDimensions (unit Xyhist) |
Inherits from
TPersistent
class THAxis
procedure SetGraphTitleDistance(v: Integer);
procedure SetMargBottom(v: Word);
-------------------------------------------------------------------
#3.
procedure SetMargLeft(v: Word);
procedure SetMargRight(v: Word);
procedure SetMargTop(v: Word);
procedure SetScale(v: Word);
procedure SetTickLength(v: Word);
procedure SetXAxisLabelDistance(v: Integer);
procedure SetXAxisTitleDistance(v: Integer);
procedure SetXOffset(v: Word);
procedure SetYAxisLabelDistance(v: Integer);
procedure SetYAxisTitleDistance(v: Integer);
procedure SetYOffset(v: Word);
property BottomMargin : Word
property GraphTitleOffset : Integer
property LeftMargin : Word
property PrintScalePct : Word
set print scale as integer percent (<=100) of full page
property PrintXOffsetPct : Word
set print offsets as integer percent (<=100) of page width, height
property PrintYOffsetPct : Word
property RightMargin : Word
property TickLength : Word
property TopMargin : Word
property XAxisLabelOffset : Integer
property XAxisTitleOffset : Integer
property YAxisLabelOffset : Integer
property YAxisTitleOffset : Integer
FBottom : Word;
FGraph : THistogram;
FGraphTitleDistance : Integer;
FLeft : Word;
FRight : Word;
FScalePct : Word;
FTMLength : Word;
FTop : Word;
FXAxisLabelDistance : Integer;
FXAxisTitleDistance : Integer;
FXOffsetPct : Word;
FYAxisLabelDistance : Integer;
FYAxisTitleDistance : Integer;
FYOffsetPct : Word;
procedure SetGraphTitleDistance(v: Integer);
procedure SetMargBottom(v: Word);
-------------------------------------------------------------------
#3. THDimensions
--------------------------------------------------------------------
procedure SetMargLeft(v: Word);
procedure SetMargRight(v: Word);
procedure SetMargTop(v: Word);
procedure SetScale(v: Word);
procedure SetTickLength(v: Word);
procedure SetXAxisLabelDistance(v: Integer);
procedure SetXAxisTitleDistance(v: Integer);
procedure SetXOffset(v: Word);
procedure SetYAxisLabelDistance(v: Integer);
procedure SetYAxisTitleDistance(v: Integer);
procedure SetYOffset(v: Word);
property BottomMargin : Word
property GraphTitleOffset : Integer
property LeftMargin : Word
property PrintScalePct : Word
set print scale as integer percent (<=100) of full page
property PrintXOffsetPct : Word
set print offsets as integer percent (<=100) of page width, height
property PrintYOffsetPct : Word
property RightMargin : Word
property TickLength : Word
property TopMargin : Word
property XAxisLabelOffset : Integer
property XAxisTitleOffset : Integer
property YAxisLabelOffset : Integer
property YAxisTitleOffset : Integer
FBottom : Word;
FGraph : THistogram;
FGraphTitleDistance : Integer;
FLeft : Word;
FRight : Word;
FScalePct : Word;
FTMLength : Word;
FTop : Word;
FXAxisLabelDistance : Integer;
FXAxisTitleDistance : Integer;
FXOffsetPct : Word;
FYAxisLabelDistance : Integer;
FYAxisTitleDistance : Integer;
FYOffsetPct : Word;