Class TdkwVerticalGraphAxis (unit Graph) |
Inherits from
TdkwGraphAxis
function GetPoint ( Value: Extended ): Integer ;
Public declarations Find a point on a vertical axis
procedure AdjustMinMax ;
Adjust minimum and maximum values to nice round values
procedure Draw ( Name: String ; Canvas: TCanvas ) ;
*************************************************************
*
* TdkwVerticalGraphAxis Implementation
*
**************************************************************) (* Draw the axis label and markers
property Maximum : Extended
property Minimum : Extended
Protected declarations
FMaximum : Extended ;
FMinimum : Extended ;
Private declarations
function GetPoint ( Value: Extended ): Integer ;
Public declarations
Find a point on a vertical axis
procedure AdjustMinMax ;
Adjust minimum and maximum values to nice round values
procedure Draw ( Name: String ; Canvas: TCanvas ) ;
*************************************************************
*
* TdkwVerticalGraphAxis Implementation
*
**************************************************************) (* Draw the axis label and markers
property Maximum : Extended
property Minimum : Extended
Protected declarations
FMaximum : Extended ;
FMinimum : Extended ;
Private declarations