Class TdkwHorizontalGraphAxis (unit Graph)

Inherits from

TdkwGraphAxis

Constructors


constructor Create ;

Public declarations

************************************************************* * * TdkwHorizontalGraphAxis Implementation * **************************************************************) (* Initialize a horizontal axis



Functions

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


Properties

property MajorTick : Integer


property Maximum : Integer


property Minimum : Integer


property MinorTick : Integer


Events

event OnLabel : TdkwGraphLabelEvent


Variables

FMajorTick : Integer ;


FMaximum : Integer ;


FMinimum : Integer ;

Private declarations

FMinorTick : Integer ;


FOnLabel : TdkwGraphLabelEvent ;



Constructors


constructor Create ;

Public declarations

************************************************************* * * TdkwHorizontalGraphAxis Implementation * **************************************************************) (* Initialize a horizontal axis


Functions


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


Properties


property MajorTick : Integer


property Maximum : Integer


property Minimum : Integer


property MinorTick : Integer


Events


event OnLabel : TdkwGraphLabelEvent


Variables


FMajorTick : Integer ;


FMaximum : Integer ;


FMinimum : Integer ;

Private declarations


FMinorTick : Integer ;


FOnLabel : TdkwGraphLabelEvent ;