Class TdkwHorizontalGraphAxis (unit Graph) |
Inherits from
TdkwGraphAxis
constructor Create ;
- Public declarations
*************************************************************
*
* TdkwHorizontalGraphAxis Implementation
*
**************************************************************) (* Initialize a horizontal axis
function GetPoint ( Value: Integer ): Integer ;
Find a point on a horizontal axis
procedure GetRange ( Value: Integer ; var Low, High: Integer ) ;
Find a range on a horizontal axis
procedure Draw ( Name: String ; Canvas: TCanvas ) ;
Protected declarations Draw the axis label and markers
property MajorTick : Integer
property Maximum : Integer
property Minimum : Integer
property MinorTick : Integer
event OnLabel : TdkwGraphLabelEvent
FMajorTick : Integer ;
FMaximum : Integer ;
FMinimum : Integer ;
Private declarations
FMinorTick : Integer ;
FOnLabel : TdkwGraphLabelEvent ;
constructor Create ;
Public declarations
*************************************************************
*
* TdkwHorizontalGraphAxis Implementation
*
**************************************************************) (* Initialize a horizontal axis
function GetPoint ( Value: Integer ): Integer ;
Find a point on a horizontal axis
procedure GetRange ( Value: Integer ; var Low, High: Integer ) ;
Find a range on a horizontal axis
procedure Draw ( Name: String ; Canvas: TCanvas ) ;
Protected declarations
Draw the axis label and markers
property MajorTick : Integer
property Maximum : Integer
property Minimum : Integer
property MinorTick : Integer
event OnLabel : TdkwGraphLabelEvent
FMajorTick : Integer ;
FMaximum : Integer ;
FMinimum : Integer ;
Private declarations
FMinorTick : Integer ;
FOnLabel : TdkwGraphLabelEvent ;